0_0_28652000_26535.cpp: In function 'int main()':
0_0_28652000_26535.cpp:15:60: error: 'scanf' was not declared in this scope
while(~scanf("%d%d%d%d%d%d%d",&l,&n,&c,&t,&vr,&vt1,&vt2))
^
0_0_28652000_26535.cpp:30:36: error: 'min' was not declared in this scope
minn = min(minn,tem);
^
0_0_28652000_26535.cpp:35:40: error: 'printf' was not declared in this scope
printf("Good job,rabbit!\n");
^
0_0_28652000_26535.cpp:37:43: error: 'printf' was not declared in this scope
printf("What a pity rabbit!\n");
^
|