QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#471967 | #4928. Game With Numbers | ZhangYiDe | Compile Error | / | / | C++17 | 754b | 2024-07-11 12:21:07 | 2024-07-11 12:21:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:2:13: error: ‘long long long’ is too long for GCC 2 | #define int long long | ^~~~ answer.code:8:28: note: in expansion of macro ‘int’ 8 | int skr(int dep,vector<int int> v) | ^~~ answer.code:2:18: error: ‘long long long’ is too long for GCC 2 | #define int long long | ^~~~ answer.code:8:28: note: in expansion of macro ‘int’ 8 | int skr(int dep,vector<int int> v) | ^~~ answer.code: In function ‘int main()’: answer.code:2:13: error: ‘long long long’ is too long for GCC 2 | #define int long long | ^~~~ answer.code:51:20: note: in expansion of macro ‘int’ 51 | vector<int int> v; | ^~~ answer.code:2:18: error: ‘long long long’ is too long for GCC 2 | #define int long long | ^~~~ answer.code:51:20: note: in expansion of macro ‘int’ 51 | vector<int int> v; | ^~~