Problem | noodlestore |
---|---|
User | Ski3r3n |
Submission Time | 2023-05-05 16:05:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
noodlestore.cpp: In function ‘int main()’:
noodlestore.cpp:38:16: error: redeclaration of ‘long long int temp’
38 | ll temp;
| ^~~~
noodlestore.cpp:28:16: note: ‘long long int temp’ previously declared here
28 | ll temp;
| ^~~~
noodlestore.cpp:51:16: error: redeclaration of ‘long long int temp’
51 | ll temp;
| ^~~~
noodlestore.cpp:28:16: note: ‘long long int temp’ previously declared here
28 | ll temp;
| ^~~~