0_0_33523798_22816.cpp:1:2: error: invalid preprocessing directive #inlcude
#inlcude<iostream>
^
0_0_33523798_22816.cpp: In function 'int main()':
0_0_33523798_22816.cpp:6:4: error: 'cin' was not declared in this scope
cin >> t;
^
0_0_33523798_22816.cpp:10:14: error: 'cout' was not declared in this scope
if(a==1)cout<< 26 << endl;
^
0_0_33523798_22816.cpp:10:27: error: 'endl' was not declared in this scope
if(a==1)cout<< 26 << endl;
^
0_0_33523798_22816.cpp:11:14: error: 'cout' was not declared in this scope
if(a==2)cout << (26*26) << endl;
^
0_0_33523798_22816.cpp:11:33: error: 'endl' was not declared in this scope
if(a==2)cout << (26*26) << endl;
^
0_0_33523798_22816.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_33523798_22816.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_33523798_22816.cpp:13:13: error: 'cout' was not declared in this scope
if(a>3)cout<< (26*25*24) << endl;
^
0_0_33523798_22816.cpp:13:34: error: 'endl' was not declared in this scope
if(a>3)cout<< (26*25*24) << endl;
^
|