Problem | typo |
---|---|
User | innerspace777 |
Submission Time | 2024-05-15 12:46:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:9:2: error: ‘len’ was not declared in this scope; did you mean ‘mblen’?
9 | len = int(s.size())
| ^~~
| mblen
typo.cpp:10:18: error: ‘i’ was not declared in this scope
10 | for (int i = 1; i < len; i++) {
| ^