Problem | typo |
---|---|
User | WHEE29alt |
Submission Time | 2024-06-18 23:00:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:13:13: error: ‘S’ was not declared in this scope
13 | int n = S.length();
| ^
typo.cpp:19:24: error: expected ‘;’ before ‘b’
19 | a = s[i + 1] + s[i]
| ^
| ;
20 | b = t[i] + t[i+1]
| ~