Problem | area |
---|---|
User | jamallikestocode |
Submission Time | 2025-08-26 20:45:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp:1:1: error: ‘nclude’ does not name a type
1 | nclude <iostream>
| ^~~~~~
area.cpp: In function ‘int main()’:
area.cpp:8:5: error: ‘cin’ was not declared in this scope
8 | cin >> N;
| ^~~
area.cpp:14:5: error: ‘cout’ was not declared in this scope
14 | cout << total;
| ^~~~