Problem 7up
User ZacharyTan2010
Submission Time 2024-02-19 16:00:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:8:10: error: expected ‘;’ before ‘s’
8 | r=i*n+k
| ^
| ;
9 | s = to_string(i*n+k);
| ~