0_0_25450915_8741.cpp:1:2: error: invalid preprocessing directive #incldue
#incldue <iostream>
^
0_0_25450915_8741.cpp: In function 'int main()':
0_0_25450915_8741.cpp:7:5: error: 'cin' was not declared in this scope
cin>>n;
^
0_0_25450915_8741.cpp:8:13: error: 'getchar' was not declared in this scope
getchar();
^
0_0_25450915_8741.cpp:20:9: error: 'cout' was not declared in this scope
cout<<cnt/2<<"\n";
^
|