Problem orchard
User Hiya123
Submission Time 2023-11-16 14:09:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orchard.cpp:2:16: error: expected identifier before ‘;’ token
2 | using namespace;
| ^
orchard.cpp:9:9: error: expected unqualified-id before ‘)’ token
9 | int32_t(){
| ^
orchard.cpp:25:5: error: expected unqualified-id before ‘for’
25 | for (int i = 1; i <=h; i ++){
| ^~~
orchard.cpp:25:21: error: ‘i’ does not name a type
25 | for (int i = 1; i <=h; i ++){
| ^
orchard.cpp:25:28: error: ‘i’ does not name a type
25 | for (int i = 1; i <=h; i ++){
| ^
orchard.cpp:31:5: error: expected unqualified-id before ‘for’
31 | for (int i = 1; i <=h; i ++){
| ^~~
orchard.cpp:31:21: error: ‘i’ does not name a type
31 | for (int i = 1; i <=h; i ++){
| ^
orchard.cpp:31:28: error: ‘i’ does not name a type
31 | for (int i = 1; i <=h;