| Problem | sufferingprogrammer |
|---|---|
| User | Username101 |
| Submission Time | 2026-03-23 10:28:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sufferingprogrammer.cpp: In function ‘int main()’:
sufferingprogrammer.cpp:10:6: error: redeclaration of ‘int a’
10 | int a = 1;
| ^
sufferingprogrammer.cpp:5:6: note: ‘int a’ previously declared here
5 | int a = 1;
| ^
sufferingprogrammer.cpp:11:6: error: redeclaration of ‘int b’
11 | int b = 2;
| ^
sufferingprogrammer.cpp:6:6: note: ‘int b’ previously declared here
6 | int b = 2;
| ^
sufferingprogrammer.cpp:12:6: error: redeclaration of ‘int c’
12 | int c = 3;
| ^
sufferingprogrammer.cpp:7:6: note: ‘int c’ previously declared here
7 | int c = 3;
| ^
sufferingprogrammer.cpp:13:6: error: redeclaration of ‘int d’
13 | int d = 4;
| ^
sufferingprogrammer.cpp:8:6: note: ‘int d’ previously declared here
8 | int d = 4;
| ^
sufferingprogrammer.cpp:14:6: error: redeclaration of ‘int e’
14 |