Problem | 0405 |
---|---|
User | PrunJuice |
Submission Time | 2024-01-24 10:02:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
0405.cpp: In function ‘int main()’:
0405.cpp:6:15: error: redeclaration of ‘long long int M’
6 | long long int M = 500000;
| ^
0405.cpp:5:15: note: ‘long long int M’ previously declared here
5 | long long int M;
| ^