Submission #657552

#TimeUsernameProblemLanguageResultExecution timeMemory
657552coding_snorlaxCatfish Farm (IOI22_fish)C++17
Compilation error
0 ms0 KiB
for(int j=0;j<9;j++){ for(int k=0;k<9;k++){

Compilation message (stderr)

fish.cpp:1:9: error: expected unqualified-id before 'for'
    1 |         for(int j=0;j<9;j++){
      |         ^~~
fish.cpp:1:21: error: 'j' does not name a type
    1 |         for(int j=0;j<9;j++){
      |                     ^
fish.cpp:1:25: error: 'j' does not name a type
    1 |         for(int j=0;j<9;j++){
      |                         ^