筑波大学プログラミングコンテスト2023
コンテスト日時
2023/09/03 (Su) 14:00 - 17:00
提出 #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){
      |             ~~~~~~~~~^~~