Problem helloworld
User jerrielchangjiebin
Submission Time 2024-12-02 10:01:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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