Problem | photo |
---|---|
User | lHog |
Submission Time | 2024-05-14 16:36:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:7:9: error: redeclaration of ‘int s’
7 | int s = 1000000001;
| ^
photo.cpp:5:11: note: ‘int s’ previously declared here
5 | int n,s;
| ^