| Problem | employee |
|---|---|
| User | elainagrey |
| Submission Time | 2022-12-24 18:16:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
employee.cpp: In function ‘int main()’:
employee.cpp:12:4: error: expected ‘;’ before ‘cout’
12 | }a
| ^
| ;
13 | cout<<ans;
| ~~~~