| Problem | robotbombs |
|---|---|
| User | G92 |
| Submission Time | 2024-12-30 16:26:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:83:20: error: redeclaration of ‘long long int ans’
83 | long long ans=max(cnt1, cnt2);
| ^~~
robotbombs.cpp:41:19: note: ‘long long int ans’ previously declared here
41 | long long ans=max(cnt1, cnt2);
| ^~~