提出 #7970
提出日時 | 03/04 17:59:47 |
---|---|
問題 | A: Has a Period? |
ユーザ | yasunori |
言語 | C++23 (g++ 12.2.0) |
得点 | 0 |
結果 | CE |
コンパイルエラー
./Main.cpp: In function 'ans_type calc()':
./Main.cpp:66:13: error: 'ITF' was not declared in this scope
66 | if(S == ITF) cout << "ITF." << endl;
| ^~~
./Main.cpp: In function 'void output(ans_type)':
./Main.cpp:75:22: warning: unused parameter 'ans' [-Wunused-parameter]
75 | void output(ans_type ans){
| ~~~~~~~~~^~~