0_0_22225312_6339.cpp:89:5: error: missing terminating " character
printf("Accepted today?
^
0_0_22225312_6339.cpp:90:2: error: missing terminating ' character
I've got a golden medal :)\n");
^
0_0_22225312_6339.cpp:92:5: error: missing terminating " character
printf("Accepted today?
^
0_0_22225312_6339.cpp:93:2: error: missing terminating ' character
I've got a silver medal :)\n");
^
0_0_22225312_6339.cpp:95:5: error: missing terminating " character
printf("Accepted today?
^
0_0_22225312_6339.cpp:96:2: error: missing terminating ' character
I've got a copper medal :)\n");
^
0_0_22225312_6339.cpp:98:5: error: missing terminating " character
printf("Accepted today?
^
0_0_22225312_6339.cpp:99:2: error: missing terminating ' character
I've got an honor mentioned :)\n");
^
0_0_22225312_6339.cpp: In function 'void jspl()':
0_0_22225312_6339.cpp:22:35: error: 'memset' was not declared in this scope
memset(cnt, 0, sizeof(cnt));
^
0_0_22225312_6339.cpp:90:2: error: 'I' was not declared in this scope
I've got a golden medal :)\n");
^
0_0_22225312_6339.cpp:93:2: error: 'I' was not declared in this scope
I've got a silver medal :)\n");
^
0_0_22225312_6339.cpp:96:2: error: 'I' was not declared in this scope
I've got a copper medal :)\n");
^
0_0_22225312_6339.cpp:99:2: error: 'I' was not declared in this scope
I've got an honor mentioned :)\n");
^
|