Problem exam
User GreenBlob123
Submission Time 2024-12-02 13:17:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:3:13: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
exam.cpp:6:15: note: in expansion of macro ‘int’
6 | long long int x; cin >> x; // Read the number of test cases
| ^~~
exam.cpp:3:18: error: ‘long long long’ is too long for GCC
3 | #define int long long
| ^~~~
exam.cpp:6:15: note: in expansion of macro ‘int’
6 | long long int x; cin >> x; // Read the number of test cases
| ^~~