Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int o, z, g; scanf("%d", &o); scanf("%d", &g); z = o+g; if(z >= 0 && z <= 600000){ printf("%d", z); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines