Problem | area |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-10 07:25:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int32_t main()’:
area.cpp:8:8: error: no match for call to ‘(std::ostream {aka std::basic_ostream<char>}) (int)’
8 | cout(0);
| ^
area.cpp:14:11: error: expected ‘}’ at end of input
14 | cout << N;
| ^
area.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^