Problem exam
User Ant1234567890
Submission Time 2025-06-11 12:13:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:1:1: error: expected unqualified-id before ‘<’ token
1 | <bits/stdc++.h>
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin>>x;
| ^~~
exam.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout<<"Hello World"
| ^~~~
exam.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout<<y*z
| ^~~~