Problem | atomsplit |
---|---|
User | Z2077 |
Submission Time | 2025-06-19 10:36:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:16:9: error: redeclaration of ‘int t’
16 | int t = 0;
| ^
atomsplit.cpp:6:12: note: ‘int t’ previously declared here
6 | int n, t;
| ^