Problem 7up
User usernamehere
Submission Time 2023-12-18 16:28:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:19:27: error: request for member ‘length’ in ‘a’, which is of non-class type ‘int’
19 | for (i=0; i<a.length(); i++) {
| ^~~~~~