Problem | typo |
---|---|
User | Justyn |
Submission Time | 2024-06-19 15:23:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:12:6: error: expected ‘(’ before ‘S’
12 | if S[i] != t[i]{
| ^
| (
typo.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
typo.cpp:11:28: note: to match this ‘{’
11 | for(int i = 0; i<n-1; i++){
| ^
typo.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
typo.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^