Problem | exam |
---|---|
User | codementality |
Submission Time | 2023-03-28 16:15:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:6: error: conflicting declaration ‘int x’
7 | int x; cin >> x;
| ^
exam.cpp:6:18: note: previous declaration as ‘long long int x’
6 | long long a, b, x;
| ^