Problem | noodlestore |
---|---|
User | Ski3r3n |
Submission Time | 2023-05-06 10:44:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
noodlestore.cpp: In function ‘int main()’:
noodlestore.cpp:50:14: error: jump to case label
50 | case 3:
| ^
noodlestore.cpp:44:16: note: crosses initialization of ‘long long int idd’
44 | ll idd = find(id.begin(), id.end(), temp)-id.begin();
| ^~~
noodlestore.cpp:66:14: error: jump to case label
66 | case 4:
| ^
noodlestore.cpp:44:16: note: crosses initialization of ‘long long int idd’
44 | ll idd = find(id.begin(), id.end(), temp)-id.begin();
| ^~~