0_0_13752273_10008.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13752273_10008.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13752273_10008.cpp: In function 'int main()':
0_0_13752273_10008.cpp:10:5: error: 'cin' was not declared in this scope
cin>>t;
^
0_0_13752273_10008.cpp:27:61: error: 'printf' was not declared in this scope
if (dp[W] == 1000000) printf("This is impossible.\n");
^
0_0_13752273_10008.cpp:28:84: error: 'printf' was not declared in this scope
else printf("The minimum amount of money in the piggy-bank is %d.\n", dp[W]);
^
|