Problem helloworld
User CodeBreakerMaster
Submission Time 2023-04-19 17:51:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:20: error: expected β€˜;’ before β€˜int’
3 | using namespace std
| ^
| ;
4 | int main () {
| ~~~