QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#149009 | #3531. Prime or number | MaMengQi | Compile Error | / | / | C++23 | 1020b | 2023-08-23 21:44:05 | 2023-08-23 21:44:06 |
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:32:22: error: expected ‘;’ before ‘}’ token 32 | else cout<<"No\n" | ^ | ; 33 | } | ~ answer.code: In function ‘int main()’: answer.code:46:6: error: expected ‘}’ at end of input 46 | } | ^ answer.code:34:14: note: to match this ‘{’ 34 | signed main(){ | ^