codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/WKHFErnD
[
raw code
|
output
|
fork
]
C++
,
pasted on Dec 29:
1
2
3
4
5
6
7
int
main
()
{
int
a
=
1
,
b
=
2
,
c
=
3
;
a
=
(
b
,
c
);
return
a
;
}
Output:
1
Exited: ExitFailure 3
Create a new paste based on this one
Comments: