[ create a new paste ] login | about

Link: http://codepad.org/1e9vngd2    [ 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=5,b=6,c=15;
using namespace std;
int main();
{
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: