답안 #941179

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
941179 2024-03-08T08:58:26 Z vjudge1 Cloud Computing (CEOI18_clo) C++17
컴파일 오류
0 ms 0 KB
			for(int c = 0; c < mxc; c++){

Compilation message

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++){
      |                            ^