Problem hello
User jh2865
Submission Time 2025-06-16 14:27:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hello.cpp:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
hello.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~