Problem | 7up |
---|---|
User | Thetissuebix |
Submission Time | 2025-06-16 17:14:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
7up.cpp: In function ‘int main()’:
7up.cpp:5:13: error: expected ‘;’ before ‘cin’
5 | flag = 0
| ^
| ;
6 | cin >> N >> K >> X;
| ~~~