#include int main (void) { int a, b; printf("dwse mou dio akeraious arithmous: \n"); scanf("%d %d", &a, &b); printf("oi arithmoi poy edwses einai: %d kai %d", a, b); return 0; }

0

#include int main (void) { int a, b; printf("dwse mou dio akeraious arithmous: \n"); scanf("%d %d", &a, &b); printf("oi arithmoi poy edwses einai: %d kai %d", a, b); return 0; }

By Beginner Enrique Wilderman at Nov 30 2020


Related code examples


Code examples by languages