| Problem | competition |
|---|---|
| User | beefburger |
| Submission Time | 2026-02-18 21:33:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:20:15: error: redeclaration of ‘int tb’
20 | int res, ta, tb;
| ^~
competition.cpp:6:21: note: ‘int tb’ previously declared here
6 | int n, a, b, temp, tb=0;
| ^~
competition.cpp:21:10: error: expected ‘;’ before numeric constant
21 | res = ta 0;
| ^~
| ;