Submission #657552

# Submission time Handle Problem Language Result Execution time Memory
657552 2022-11-10T08:30:27 Z coding_snorlax Catfish Farm (IOI22_fish) C++17
Compilation error
0 ms 0 KB
        for(int j=0;j<9;j++){
            for(int k=0;k<9;k++){

Compilation message

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