QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175954 | #5503. Euclidean Algorithm | aaaaa | Compile Error | / | / | C++17 | 720b | 2023-09-11 06:35:45 | 2023-09-11 06:35:45 |
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:28:13: error: ‘answer’ was not declared in this scope 28 | cout << answer << endl; | ^~~~~~