QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#300578 | #7894. Many Many Heads | ucup-team2818 | Compile Error | / | / | C++14 | 1.7kb | 2024-01-08 14:38:03 | 2024-01-08 14:38:04 |
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:26:46: error: ‘n’ was not declared in this scope 26 | for (int i = 1; i <= n; i++) cout << s[i]; | ^