QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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"; | ^~~~