[ create a new paste ] login | about

Link: http://codepad.org/qny9ozF7    [ raw code | output | fork ]

C++, pasted on Nov 19:
1
2
3
4
5
6
7
8
9
10
#include<iostream>
#include<iostream.h>
#include<math.h>
#include<tring.h>
int a,b,c;
using namespace std;
int main();
{cin>>a>>b>>c;
cout<<"gia tri a="<<a<<endl<<"gia tri b="<<b<<endl<<"gia tri c="<<c;
}


Output:
1
2
3
Line 17: error: tring.h: No such file or directory
Line 8: error: expected unqualified-id before '{' token
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: