Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Herout (67) - 2+
#include <stdio.h> int main(void) { int a, b; scanf("%d %d", &a, &b); printf("Zadejte dvě čísla: %d a %d\n", a, b); int j, k; j = a > b ? a : b; k = a < b ? a : b; printf("Vetší číslo: %d\nMenší číslo: %d", j, k); return 0; }
run
|
edit
|
history
|
help
0
Roots of a Quadratic Equation
Herout (67) - 3
Herout (67) - 13
lab7
Teylor
VKI_Mihalyk_3_3
prog0
Bucles: Suma de los 100 primeros naturales
Run code before/after main in C (Clang)
Ducktype