Problem | area_noi |
---|---|
User | Ningja |
Submission Time | 2023-11-05 13:20:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:6:14: error: expected primary-expression before ‘int’
6 | std::cin >> int n, w, h;
| ^~~
area_noi.cpp:10:22: error: ‘n’ was not declared in this scope
10 | for (int i = 0; i = n; i++){
| ^
area_noi.cpp:11:7: error: ‘w’ was not declared in this scope
11 | a = w*h;
| ^
area_noi.cpp:11:9: error: ‘h’ was not declared in this scope
11 | a = w*h;
| ^