Problem | typo |
---|---|
User | Soysauce |
Submission Time | 2024-03-12 17:22:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:10:27: error: request for member ‘size’ in ‘S’, which is of non-class type ‘long long int’
10 | for (int i = 0; i < S.size(); ++i) {
| ^~~~
typo.cpp:11:16: error: invalid types ‘long long int[int]’ for array subscript
11 | if (S[i] != T[i]) {
| ^
typo.cpp:11:24: error: invalid types ‘long long int[int]’ for array subscript
11 | if (S[i] != T[i]) {
| ^