Problem helloworld
User qwex
Submission Time 2024-02-23 20:17:00
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 |
5 | int main(void) {
| ~~~