Problem mathexam
User DoubleShaurya
Submission Time 2024-03-21 18:07:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int main()’:
mathexam.cpp:3:12: error: duplicate ‘unsigned’
3 | #define ll unsigned long long
| ^~~~~~~~
mathexam.cpp:7:14: note: in expansion of macro ‘ll’
7 | unsigned ll numberOfQuestions; cin >> numberOfQuestions; // Q
| ^~