0_0_16104475_13035.cpp:1:1: error: 'include' does not name a type
include<stdio.h>
^
0_0_16104475_13035.cpp: In function 'int main()':
0_0_16104475_13035.cpp:41:29: error: 'scanf' was not declared in this scope
while(scanf("%d %d", &W, &H)!=EOF)
^
0_0_16104475_13035.cpp:41:32: error: 'EOF' was not declared in this scope
while(scanf("%d %d", &W, &H)!=EOF)
^
0_0_16104475_13035.cpp:64:23: error: 'printf' was not declared in this scope
printf("%d\n", count);
^
|