Problem playlist
User Nayaa2403
Submission Time 2026-06-13 15:22:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

playlist.cpp: In function ‘int main()’:
playlist.cpp:8:4: error: ‘cin’ was not declared in this scope; did you mean ‘min’?
8 | cin >> N;
| ^~~
| min
playlist.cpp:18:4: error: ‘cout’ was not declared in this scope
18 | cout << x << " " << y;
| ^~~~