Submission #941179

#TimeUsernameProblemLanguageResultExecution timeMemory
941179vjudge1Cloud Computing (CEOI18_clo)C++17
Compilation error
0 ms0 KiB
for(int c = 0; c < mxc; c++){

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