Judge Information

Run ID: 20115
src.cpp:1:1: error: 'include' does not name a type
include <bits/stdc++.h>
^
src.cpp: In function 'int main()':
src.cpp:10:29: error: 'stdin' was not declared in this scope
freopen("VCOWFLIX.INP","r",stdin);
^
src.cpp:10:34: error: 'freopen' was not declared in this scope
freopen("VCOWFLIX.INP","r",stdin);
^
src.cpp:11:29: error: 'stdout' was not declared in this scope
freopen("VCOWFLIX.OUT","w",stdout);
^
src.cpp:13:22: error: 'scanf' was not declared in this scope
scanf("%ld%ld",&W,&n);
^
src.cpp:20:18: error: 'max' was not declared in this scope
res=max(res,tmp);
^
src.cpp:22:18: error: 'printf' was not declared in this scope
printf("%ld",res);
^