Problem | ntuc |
---|---|
User | tanyikai |
Submission Time | 2025-06-19 11:16:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ntuc.cpp: In function ‘int main()’:
ntuc.cpp:26:13: error: conflicting declaration ‘auto cprice’
26 | map[cprice]=cstock;
| ^~~~~~
ntuc.cpp:24:7: note: previous declaration as ‘long long int cprice’
24 | int cprice=price[k];
| ^~~~~~
ntuc.cpp:29:22: error: expected ‘;’ before ‘return’
29 | cout<<opt_price*n
| ^
| ;
30 | return 0;
| ~~~~~~