| Problem | fractional_knapsack |
|---|---|
| User | chenweilian |
| Submission Time | 2026-02-12 16:27:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fractional_knapsack.cpp:9:13: error: ‘__128_t’ was not declared in this scope
9 | #define int __128_t
| ^~~~~~~
fractional_knapsack.cpp:32:14: note: in expansion of macro ‘int’
32 | typedef pair<int, int> pii;
| ^~~
fractional_knapsack.cpp:9:13: error: ‘__128_t’ was not declared in this scope
9 | #define int __128_t
| ^~~~~~~
fractional_knapsack.cpp:32:19: note: in expansion of macro ‘int’
32 | typedef pair<int, int> pii;
| ^~~
fractional_knapsack.cpp:32:22: error: template argument 1 is invalid
32 | typedef pair<int, int> pii;
| ^
fractional_knapsack.cpp:32:22: error: template argument 2 is invalid
fractional_knapsack.cpp:9:13: error: ‘__128_t’ was not declared in this scope
9 | #define int __128_t
| ^~~~~~~
fractional_knapsack.cpp:33:16: note: in expansion of macro ‘i