QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#66952 | #5118. Hotel | GuanYunchang | Compile Error | / | / | C | 540b | 2022-12-09 14:16:56 | 2022-12-09 14:16:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘main’: answer.code:8:5: error: ‘cin’ undeclared (first use in this function) 8 | cin>>n>>c1>>c2; | ^~~ answer.code:8:5: note: each undeclared identifier is reported only once for each function it appears in answer.code:24:5: error: ‘cout’ undeclared (first use in this function) 24 | cout<<ans<<"\n"; | ^~~~