Problem | typo |
---|---|
User | Justyn |
Submission Time | 2024-06-19 15:27:23 |
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:23:10: error: expected ‘}’ at end of input
23 | return 0;
| ^
typo.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^