Problem | numbergame |
---|---|
User | PlayVoltz |
Submission Time | 2023-11-02 18:30:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numbergame.cpp: In function ‘int32_t main()’:
numbergame.cpp:29:11: error: ‘s’ was not declared in this scope
29 | if (it!=s.end())ans=closest(ans, (*it)+c, k);
| ^
numbergame.cpp:30:11: error: ‘s’ was not declared in this scope
30 | if (it!=s.begin()){
| ^