QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#654733 | #9313. Make Max | ZhangYiDe | Compile Error | / | / | C++20 | 1.8kb | 2024-10-18 22:00:03 | 2024-10-18 22:00:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:3:23: error: ‘::main’ must return ‘int’ 3 | #define int long long int | ^~~ answer.code:93:1: note: in expansion of macro ‘int’ 93 | int main() | ^~~