제출 #1207209

#제출 시각아이디문제언어결과실행 시간메모리
1207209wazj2024Memory (IOI10_memory)C++20
컴파일 에러
0 ms0 KiB
#include "grader.h" #include "memory.h" void play() { for (int i = 0; i < 51; i++) { faceup(i); for (int j = 0; j < 51; j++) { if (card[j] == card[i] && j != i) faceup(j); } } }

컴파일 시 표준 에러 (stderr) 메시지

memory.cpp: In function 'void play()':
memory.cpp:9:17: error: 'card' was not declared in this scope
    9 |             if (card[j] == card[i] && j != i)
      |                 ^~~~