Problem | exam |
---|---|
User | Elliott2011 |
Submission Time | 2024-11-13 11:59:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
exam.cpp:8:9: note: in expansion of macro ‘int’
8 | cin >> int x;
| ^~~