Problem 7up
User StormyGood
Submission Time 2024-01-25 20:31:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int32_t main()’:
7up.cpp:13:34: error: request for member ‘size’ in ‘realtimec’, which is of non-class type ‘long long int’
13 | for (int i = 1; i <= realtimec.size(); i++)
| ^~~~
7up.cpp:32:2: error: expected ‘}’ at end of input
32 | }
| ^
7up.cpp:5:1: note: to match this ‘{’
5 | {
| ^