| Problem | feast |
|---|---|
| User | Hengweezy |
| Submission Time | 2025-12-30 18:09:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
feast.cpp:4:7: error: ‘ll’ does not name a type
4 | const ll inf = 2e9;
| ^~
feast.cpp:4:7: note: the macro ‘ll’ had not yet been defined
feast.cpp:5: note: it was later defined here
5 | #define ll long long
|
feast.cpp: In function ‘long long int sumAllPositive(std::vector<long long int>)’:
feast.cpp:31:33: error: ‘inf’ was not declared in this scope; did you mean ‘ynf’?
31 | if (v[i] >0 && v[i] != inf){
| ^~~
| ynf
feast.cpp: In function ‘int main()’:
feast.cpp:107:32: error: ‘inf’ was not declared in this scope; did you mean ‘ynf’?
107 | ll lastNegWorthChecking = -inf;
| ^~~
| ynf