답안 #657552

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
657552 2022-11-10T08:30:27 Z coding_snorlax 메기 농장 (IOI22_fish) C++17
컴파일 오류
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++){
      |                         ^