QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#464030#6964. WerewolvesMaMengQiCompile Error//C++23826b2024-07-05 17:32:152024-07-05 17:32:15

Details

answer.code: In function ‘void solve()’:
answer.code:37:25: error: expected ‘,’ or ‘;’ before ‘cout’
   37 |                         cout << ans + 1 << ' ';
      |                         ^~~~
answer.code: At global scope:
answer.code:44:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
   44 | main() {
      | ^~~~