printf

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int a; int b; int c; scanf("%d",&a); scanf("%d",&b); scanf("%d",&c); printf("Hello World! %d %d %d",a,b,c); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines