0_0_26361631_1307.cpp:1:1: error: 'include' does not name a type
include <iostream>
^
0_0_26361631_1307.cpp: In function 'int main()':
0_0_26361631_1307.cpp:9:14: error: 'cin' was not declared in this scope
int kase;cin>>kase;
^
0_0_26361631_1307.cpp:59:13: error: 'cout' was not declared in this scope
cout<<"Thrown"<<endl;
^
0_0_26361631_1307.cpp:59:29: error: 'endl' was not declared in this scope
cout<<"Thrown"<<endl;
^
0_0_26361631_1307.cpp:61:13: error: 'cout' was not declared in this scope
cout<<res<<endl;
^
0_0_26361631_1307.cpp:61:24: error: 'endl' was not declared in this scope
cout<<res<<endl;
^
|