QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#464030 | #6964. Werewolves | MaMengQi | Compile Error | / | / | C++23 | 826b | 2024-07-05 17:32:15 | 2024-07-05 17:32:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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() { | ^~~~