Problem | cups |
---|---|
User | Hengweezy |
Submission Time | 2024-01-31 16:34:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cups.cpp: In function ‘int main()’:
cups.cpp:14:4: error: declaration of ‘auto value’ has no initializer
14 | auto value;
| ^~~~
cups.cpp:26:4: error: declaration of ‘auto value’ has no initializer
26 | auto value;
| ^~~~
cups.cpp:31:4: error: declaration of ‘auto value’ has no initializer
31 | auto value;
| ^~~~
cups.cpp:34:8: error: no match for ‘operator[]’ (operand types are ‘std::set<int>’ and ‘int’)
34 | cup[j] += value;
| ^