Source code

Revision control

Copy as Markdown

Other Tools

float f() {
int a = 2;
int b = 10;
return a/b;
}