Jazziec

Run Settings
LanguageC
Language Version
Run Command
/* Program Cetak Bilangan Bulat dan Desimal */ #include <stdio.h> int main() { int a, b; float c; scanf("%d %d %f", &a, &b, &c); printf("%d %d %.3f\n", a, b, c); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines