| Problem | armpit |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-02-23 21:32:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
armpit.cpp: In function ‘int main()’:
armpit.cpp:19:6: error: redeclaration of ‘int ans’
19 | int ans = 0;
| ^~~
armpit.cpp:8:6: note: ‘int ans’ previously declared here
8 | int ans = 0;
| ^~~