실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:13:29: error: ‘l’ was not declared in this scope 13 | for(l=0;l<2;l++){ | ^ Main.cpp:32:29: error: ‘l’ was not declared in this scope 32 | for(l=0;l<2;l++){ | ^ Main.cpp:61:37: error: ‘l’ was not declared in this scope 61 | for(l=0;l<2;l++){ | ^ Main.cpp:90:37: error: ‘l’ was not declared in this scope 90 | for(l=0;l<2;l++){ | ^ Main.cpp:111:17: error: ‘last’ was not declared in this scope 111 | cout << last; | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.