Problem | typo |
---|---|
User | hwy |
Submission Time | 2023-06-02 16:29:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:27:3: error: expected ‘}’ before ‘else’
27 | else {
| ^~~~
typo.cpp:25:20: note: to match this ‘{’
25 | if (mark/2 <= 1) {
| ^
typo.cpp:29:2: error: expected ‘}’ before ‘else’
29 | else {
| ^~~~
typo.cpp:27:8: note: to match this ‘{’
27 | else {
| ^
typo.cpp:29:2: error: expected ‘}’ before ‘else’
29 | else {
| ^~~~
typo.cpp:24:14: note: to match this ‘{’
24 | if (S == T) {
| ^