Problem | typo |
---|---|
User | caleb |
Submission Time | 2024-05-14 12:31:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:13:12: error: ‘s’ was not declared in this scope
13 | int temp = s[i];
| ^
typo.cpp:17:5: error: redeclaration of ‘long long int temp’
17 | int temp = s[i];
| ^~~~
typo.cpp:13:5: note: ‘long long int temp’ previously declared here
13 | int temp = s[i];
| ^~~~