Problem exam
User Tutle
Submission Time 2023-03-13 17:07:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:5: error: ‘a’ was not declared in this scope
8 | if(a == 1){
| ^
exam.cpp:12:13: error: redeclaration of ‘long long int a’
12 | long long a, b;
| ^
exam.cpp:8:5: note: ‘<typeprefixerror>a’ previously declared here
8 | if(a == 1){
| ^