/in/foo.cc:1:1: error: 'include' does not name a type
 include<bits/stdc++.h>
 ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:24: error: 'scanf' was not declared in this scope
 scanf("%d%d%d",&m,&s,&t);
                        ^
/in/foo.cc:15:15: error: 'printf' was not declared in this scope
 printf("Yes\n");
               ^
/in/foo.cc:24:23: error: 'printf' was not declared in this scope
 printf("No\n%d\n",60*t);
                       ^
/in/foo.cc:62:15: error: 'printf' was not declared in this scope
 printf("Yes\n");
               ^
/in/foo.cc:87:15: error: 'printf' was not declared in this scope
 printf("Yes\n");
               ^
/in/foo.cc:91:23: error: 'print' was not declared in this scope
 print("%d\n",s/60+1+t0);
                       ^
/in/foo.cc:102:23: error: 'printf' was not declared in this scope
 printf("No\n%d\n",smax);
                       ^
/in/foo.cc:117:22: error: 'printf' was not declared in this scope
 printf("Yes\n%d\n",t0);
                      ^