QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#631605 | #9443. Left Equals Right | ucup-team2454# | Compile Error | / | / | C++14 | 705b | 2024-10-12 09:08:08 | 2024-10-12 09:08:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:9:5: error: ‘cin’ was not declared in this scope 9 | cin>>n; | ^~~ answer.code:18:9: error: ‘puts’ was not declared in this scope 18 | puts("0"); | ^~~~ answer.code:34:5: error: ‘cout’ was not declared in this scope 34 | cout<<ans%m; | ^~~~