QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^~~~