0_0_39074639_28787.cpp: In function 'int main()':
0_0_39074639_28787.cpp:26:38: error: expression cannot be used as a function
26 | if (need < 0 (need / 100 > 0 && need % 100 != 0)) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0_0_39074639_28787.cpp:32:47: error: expected ')' before 'usedCoins'
32 | if (valid && (result == -1 usedCoins < result)) {
| ~ ^~~~~~~~~~
| )
0_0_39074639_28787.cpp:34:22: error: expected ')' before '}' token
34 | }
| ^
| )
35 | }
| ~
0_0_39074639_28787.cpp:32:24: note: to match this '('
32 | if (valid && (result == -1 usedCoins < result)) {
| ^
0_0_39074639_28787.cpp:35:17: error: expected primary-expression before '}' token
35 | }
| ^
|