| Problem | platonic12 |
|---|---|
| User | dumbfounded47 |
| Submission Time | 2026-02-14 11:45:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic12.cpp: In function ‘int main()’:
platonic12.cpp:16:12: error: redeclaration of ‘long long int total’
16 | long long total = 0, same = 1;
| ^~~~~
platonic12.cpp:5:15: note: ‘long long int total’ previously declared here
5 | long long n, total = 0;
| ^~~~~