Problem | chope |
---|---|
User | dacashew |
Submission Time | 2023-12-09 14:15:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chope.cpp: In function ‘int main()’:
chope.cpp:95:7: error: redeclaration of ‘long long int a’
95 | int a=x/2;
| ^
chope.cpp:86:7: note: ‘long long int a’ previously declared here
86 | int a;
| ^