[ create a new paste ] login | about

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

C++, pasted on Apr 29:
1
2
3
4
5
6
7
8
9
10
11
12
13
#include<iostream.h>
int main 
{
int c=22738;
if(c<=22738)
cout<<"Expired prodect \n\n";
cout<<This is the end of the prodect\n";

//my name is shahad.
//Article of this program is : prodect data.

return 0;
}


Output:
1
2
Line 7: error: stray '\' in program
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: