QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~~