Problem aratherinterestingtube
User mvz
Submission Time 2025-06-17 15:28:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aratherinterestingtube.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin >> q;
| ^~~
| sin
aratherinterestingtube.cpp:7:1: error: expected unqualified-id before ‘for’
7 | for (int i = 0; i < q; i++) {
| ^~~
aratherinterestingtube.cpp:7:17: error: ‘i’ does not name a type
7 | for (int i = 0; i < q; i++) {
| ^
aratherinterestingtube.cpp:7:24: error: ‘i’ does not name a type
7 | for (int i = 0; i < q; i++) {
| ^