QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#631605 | #9443. Left Equals Right | Vortical Galaxy (Yonglin Liu, QingFeng Li, Zhiheng Dai)# | 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; | ^~~~