0_0_20377004_23376.cpp:1:1: error: 'include' does not name a type
include<iostream>
^
0_0_20377004_23376.cpp: In function 'int main()':
0_0_20377004_23376.cpp:9:11: error: 'cin' was not declared in this scope
while(cin>>l)
^
0_0_20377004_23376.cpp:11:50: error: 'scanf' was not declared in this scope
scanf("%d%d%d%d%d%d",&n,&c,&t,&vr,&v1,&v2);
^
0_0_20377004_23376.cpp:37:43: error: 'printf' was not declared in this scope
printf("What a pity rabbit!\n");
^
0_0_20377004_23376.cpp:39:40: error: 'printf' was not declared in this scope
printf("Good job,rabbit!\n");
^
|