| Problem | naan |
|---|---|
| User | coinunderscore |
| Submission Time | 2026-07-22 20:14:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
naan.cpp: In function ‘int main()’:
naan.cpp:55:13: error: redeclaration of ‘long long int piece’
55 | int piece = a[i] * b[i] * n;
| ^~~~~
naan.cpp:39:13: note: ‘long long int piece’ previously declared here
39 | int piece = a[i] * b[i] * n;
| ^~~~~