[ create a new paste ] login | about

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

C++, pasted on Nov 19:
1
2
3
4
5
6
7
8
9
10
11
#include<iostream>
#include<iostream.h>
#include<math.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;
return ;
}


Output:
1
2
Line 7: error: expected unqualified-id before '{' token
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: