Problem | typo |
---|---|
User | playiprobro |
Submission Time | 2024-02-19 11:21:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:15:85: error: expected ‘)’ before ‘{’ token
15 | } else if (S[i] == T[i+1] or T[i] == S[i+1] or (S[i] == T[i-1] or T[i] == S[i-1] ){
| ~ ^
| )
typo.cpp:21:2: error: expected primary-expression before ‘}’ token
21 | }
| ^