Problem tourist_noi
User ToiletBrIcker
Submission Time 2024-10-08 08:24:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:2:13: error: ‘cin’ was not declared in this scope
2 | int n,x,y; cin >> n >> x >> y;
| ^~~
tourist_noi.cpp:14:2: error: ‘cout’ was not declared in this scope
14 | cout<< answer;
| ^~~~