| Problem | bridge_apio15 |
|---|---|
| User | justin271828 |
| Submission Time | 2025-11-14 16:42:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bridge_apio15.cpp: In function ‘int32_t main()’:
bridge_apio15.cpp:35:6: error: redeclaration of ‘long long int ans’
35 | int ans = 1234567890987654321;
| ^~~
bridge_apio15.cpp:20:6: note: ‘long long int ans’ previously declared here
20 | int ans = 0;
| ^~~
bridge_apio15.cpp:49:10: error: ‘ams’ was not declared in this scope; did you mean ‘ans’?
49 | cout << ams;
| ^~~
| ans