0_0_34657032_208.cpp:1:1: error: 'include' does not name a type
include<bits/stdc++.h>
^
0_0_34657032_208.cpp: In function 'int main()':
0_0_34657032_208.cpp:9:25: error: 'scanf' was not declared in this scope
while(~scanf("%d",&a))
^
0_0_34657032_208.cpp:31:29: error: 'printf' was not declared in this scope
printf("%d",f[i]);
^
0_0_34657032_208.cpp:32:20: error: 'printf' was not declared in this scope
printf("\n");
^
|