| Problem | area2 |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-26 16:21:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area2.cpp: In function ‘int main()’:
area2.cpp:11:14: error: expected ‘,’ or ‘;’ before ‘:’ token
11 | int x = v[0]:
| ^
area2.cpp:13:2: error: ‘Cout’ was not declared in this scope
13 | Cout << x*y;
| ^~~~
area2.cpp:13:12: error: ‘y’ was not declared in this scope
13 | Cout << x*y;
| ^