| Problem | helloworld |
|---|---|
| User | Hfwei |
| Submission Time | 2024-11-11 09:20:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:20: error: expected ‘;’ before ‘signed’
3 | using namespace std
| ^
| ;
4 |
5 | signed main(){
| ~~~~~~