Problem grassplant
User Tyx2019
Submission Time 2024-05-16 19:59:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

grassplant.cpp:8:5: error: ‘ll’ does not name a type
8 | ll mn, mx, sum;
| ^~
grassplant.cpp:10:5: error: ‘ll’ does not name a type
10 | ll add_val, set_val;
| ^~
grassplant.cpp:27:19: error: ‘ll’ has not been declared
27 | void self_set(ll v) {
| ^~
grassplant.cpp:33:19: error: ‘ll’ has not been declared
33 | void self_add(ll v) {
| ^~
grassplant.cpp:55:28: error: ‘ll’ has not been declared
55 | void add(int x, int y, ll v) {
| ^~
grassplant.cpp:63:28: error: ‘ll’ has not been declared
63 | void set(int x, int y, ll v) {
| ^~
grassplant.cpp:71:5: error: ‘ll’ does not name a type
71 | ll range_sum(int x, int y) {
| ^~
grassplant.cpp:80:5: error: ‘ll’ does not name a type
80 | ll range_min(int x, int y) {
| ^~