0_0_33523783_18588.cpp:1:2: error: invalid preprocessing directive #inlcude
#inlcude<iostream>
^
0_0_33523783_18588.cpp: In function 'int main()':
0_0_33523783_18588.cpp:6:17: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_33523783_18588.cpp:9:5: error: 'cin' was not declared in this scope
cin >> a;
^
0_0_33523783_18588.cpp:10:14: error: 'cout' was not declared in this scope
if(a==1)cout<< 26 << endl;
^
0_0_33523783_18588.cpp:10:27: error: 'endl' was not declared in this scope
if(a==1)cout<< 26 << endl;
^
0_0_33523783_18588.cpp:11:14: error: 'cout' was not declared in this scope
if(a==2)cout << (26*26) << endl;
^
0_0_33523783_18588.cpp:11:33: error: 'endl' was not declared in this scope
if(a==2)cout << (26*26) << endl;
^
0_0_33523783_18588.cpp:12:14: error: 'cout' was not declared in this scope
if(a==3)cout<< (26*25*24+26*25*3+26) << endl;
^
0_0_33523783_18588.cpp:12:46: error: 'endl' was not declared in this scope
if(a==3)cout<< (26*25*24+26*25*3+26) << endl;
^
0_0_33523783_18588.cpp:13:13: error: 'cout' was not declared in this scope
if(a>3)cout<< (26*25*24) << endl;
^
0_0_33523783_18588.cpp:13:34: error: 'endl' was not declared in this scope
if(a>3)cout<< (26*25*24) << endl;
^
|