QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#609927 | #6418. Ah, It's Yesterday Once More | ZhaoZiLong | Compile Error | / | / | C++17 | 976b | 2024-10-04 14:28:22 | 2024-10-04 14:28:22 |
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:3:3: error: ‘printf’ was not declared in this scope 3 | printf("%d %d\n",n,m); | ^~~~~~ answer.code:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’? +++ |+#include <cstdio> 1 | int main() { answer.code:24:25: error: ‘puts’ was not declared in this scope 24 | for (int i=0;i<n;++i) puts(mp[i]); | ^~~~