0_0_22749229_10638.cpp:1:1: error: 'include' does not name a type
include<bits/stdc++.h>
^
0_0_22749229_10638.cpp: In function 'int main()':
0_0_22749229_10638.cpp:6:22: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_22749229_10638.cpp:10:10: error: 'cout' was not declared in this scope
}cout<<cnt;
^
0_0_22749229_10638.cpp: At global scope:
0_0_22749229_10638.cpp:13:1: error: expected class-name at end of input
~
^
|