Problem fatty
User neoaix
Submission Time 2026-06-24 10:02:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:20:44: error: expected ‘)’ before ‘;’ token
20 | min_cost[type] = min(min_cost[type];)
| ~ ^
| )
fatty.cpp:20:45: error: expected primary-expression before ‘)’ token
20 | min_cost[type] = min(min_cost[type];)
| ^
fatty.cpp:24:24: error: no match for ‘operator+=’ (operand types are ‘long long int’ and ‘std::vector<long long int>’)
24 | total_min_cost += min_cost;
| ~~~~~~~~~~~~~~~^~~~~~~~~~~