| Problem | area_noi |
|---|---|
| User | Cadenloi |
| Submission Time | 2023-05-02 08:58:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | cout << ans
| ^
| ;
11 | }
| ~