About
Contact
QtCreator
KDevelop
Solarized
1
int
main
()
2
{
3
int
i
;
4
i
=
5
;
5
i
=
2
;
6
i
=
3
;
7
return
0
;
8
}
9