/in/foo.cc: In function 'int dfs(int, int, int)':
/in/foo.cc:6:5: error: 'plate' was not declared in this scope
if(plate==0)return 1;
^~~~~
/in/foo.cc:7:23: error: 'plate' was not declared in this scope
for(int i=ceil(apple/plate);i<=apple>last?last:apple;i++){
^~~~~
/in/foo.cc:7:28: error: 'ceil' was not declared in this scope
for(int i=ceil(apple/plate);i<=apple>last?last:apple;i++){
^
/in/foo.cc:7:31: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
for(int i=ceil(apple/plate);i<=apple>last?last:apple;i++){
~^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:7: error: 'k' was not declared in this scope
cin>>k;
^