Problem firstabc
User blob
Submission Time 2023-12-06 10:50:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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