Problem | 7up |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2024-10-11 14:37:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
7up.cpp: In function ‘int main()’:
7up.cpp:11:22: error: request for member ‘size’ in ‘r’, which is of non-class type ‘int’
11 | long long rows[r.size()];
| ^~~~
7up.cpp:12:29: error: request for member ‘size’ in ‘i’, which is of non-class type ‘int’
12 | char* rows = new char[i.size() + 1];
| ^~~~
7up.cpp:13:20: error: request for member ‘c_i’ in ‘i’, which is of non-class type ‘int’
13 | strcpy(rows, i.c_i());
| ^~~
7up.cpp:14:27: error: request for member ‘size’ in ‘i’, which is of non-class type ‘int’
14 | for (int e = 0; e < i.size; e++)
| ^~~~