제출 #1307610

#제출 시각아이디문제언어결과실행 시간메모리
1307610LBP139Cluedo (IOI10_cluedo)C++20
컴파일 에러
0 ms0 KiB
#include "grader.h" #include "cluedo.h" void Solve(){ for(int i=1;i<=6;i++){ for(int j=1;j<=10;j++){ for(int k=1;k<=6;k++){ Theory(i, j, k); int t; cin>>t; if(t==0){ return; } } } } }

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

cluedo.cpp: In function 'void Solve()':
cluedo.cpp:9:17: error: 'cin' was not declared in this scope
    9 |                 cin>>t;
      |                 ^~~