[ create a new paste ] login | about

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

C, pasted on Mar 14:
1
2
3
4
5
x=5
y=2
print(x+y)
print(x-y)
print(x * y)


Output:
1
2
Line 1: warning: data definition has no type or storage class
Line 2: error: expected ',' or ';' before 'y'


Create a new paste based on this one


Comments: