실행 실패 (제출 코드 컴파일 에러)
{"stderr": "Main.c: In function \u2018main\u2019:\nMain.c:6:20: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:20: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201825405\u2019 to \u201861\u2019 [-Woverflow]\nMain.c:6:26: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:26: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201825389\u2019 to \u201845\u2019 [-Woverflow]\nMain.c:6:32: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~~\nMain.c:6:32: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u20186584893\u2019 to \u201861\u2019 [-Woverflow]\nMain.c:6:39: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:39: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201825645\u2019 to \u201845\u2019 [-Woverflow]\nMain.c:6:45: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:45: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201818762\u2019 to \u201874\u2019 [-Woverflow]\nMain.c:6:51: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:51: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201828266\u2019 to \u2018106\u2019 [-Woverflow]\nMain.c:6:57: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:57: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201829501\u2019 to \u201861\u2019 [-Woverflow]\nMain.c:6:63: warning: multi-character character constant [-Wmultichar]\n 6 | char cr[9] = { 'c=', 'c-', 'dz=', 'd-', 'IJ', 'nj', 's=', 'z=' };\n | ^~~~\nMain.c:6:63: warning: unsigned conversion from \u2018int\u2019 to \u2018char\u2019 changes value from \u201831293\u2019 to \u201861\u2019 [-Woverflow]\nMain.c:8:5: error: expected \u2018,\u2019 or \u2018;\u2019 before \u2018int\u2019\n 8 | int count = 0:\n | ^~~\nMain.c:13:21: error: \u2018strLen\u2019 undeclared (first use in this function); did you mean \u2018strlen\u2019?\n 13 | for (int i=0; i<strLen; i++) {\n | ^~~~~~\n | strlen\nMain.c:13:21: note: each undeclared identifier is reported only once for each function it appears in\nMain.c:17:40: error: subscripted value is neither array nor pointer nor vector\n 17 | if (input[i+k] != cr[j][k]) {\n | ^\nMain.c:24:17: error: \u2018count\u2019 undeclared (first use in this function)\n 24 | count++;\n | ^~~~~\nMain.c:25:28: error: expected \u2018;\u2019 before \u2018continue\u2019\n 25 | i += len[j]\n | ^\n | ;\n 26 | continue mainLoop;\n | ~~~~~~~~ \nMain.c:12:1: warning: lab(...truncated, total 4294 characters)
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.