제출 #941179

#제출 시각아이디문제언어결과실행 시간메모리
941179vjudge1Cloud Computing (CEOI18_clo)C++17
컴파일 에러
0 ms0 KiB
for(int c = 0; c < mxc; c++){

컴파일 시 표준 에러 (stderr) 메시지

clo.cpp:1:4: error: expected unqualified-id before 'for'
    1 |    for(int c = 0; c < mxc; c++){
      |    ^~~
clo.cpp:1:19: error: 'c' does not name a type
    1 |    for(int c = 0; c < mxc; c++){
      |                   ^
clo.cpp:1:28: error: 'c' does not name a type
    1 |    for(int c = 0; c < mxc; c++){
      |                            ^