0_0_39716695_27166.cpp:24:24: error: missing terminating " character
24 | printf("
| ^
0_0_39716695_27166.cpp:25:1: error: missing terminating " character
25 | "); // »»ÐÐ
| ^~~~~~~~~~~
0_0_39716695_27166.cpp: In function 'int main()':
0_0_39716695_27166.cpp:26:24: error: expected ')' before ';' token
26 | free(p); // ÊÍ·ÅÄÚ´æ
| ^
| )
0_0_39716695_27166.cpp:24:23: note: to match this '('
24 | printf("
| ^
|