0_0_13811077_17397.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811077_17397.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13811077_17397.cpp: In function 'int main()':
0_0_13811077_17397.cpp:12:17: error: expected primary-expression before '%' token
while(scanf(%lld %lld,&n,&k),n||k)
^
0_0_13811077_17397.cpp:12:18: error: 'lld' was not declared in this scope
while(scanf(%lld %lld,&n,&k),n||k)
^
0_0_13811077_17397.cpp:12:32: error: 'scanf' was not declared in this scope
while(scanf(%lld %lld,&n,&k),n||k)
^
0_0_13811077_17397.cpp:16:20: error: expected primary-expression before '%' token
printf(%lld
^
0_0_13811077_17397.cpp:17:21: error: 'printf' was not declared in this scope
,n-1>INF+1?INF+1:n-1);
^
0_0_13811077_17397.cpp:21:30: error: 'memset' was not declared in this scope
memset(dp,0,sizeof dp);
^
0_0_13811077_17397.cpp:35:16: error: expected primary-expression before '%' token
printf(%lld
^
0_0_13811077_17397.cpp:36:7: error: 'printf' was not declared in this scope
,dp[n]);
^
|