Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
10
//gcc 7.4.0 #include <stdio.h> int main(void) { int a, b, res; scanf("%d", &a); // считываем целое значение в переменную a scanf("%d", &b); // считываем целое значение в переменную b res = a + b; printf("%d + %d = %d\n", a, b, res); return 0; }
run
|
edit
|
history
|
help
0
6 ejercicio trabajo semanal 4
Spring 2017 Lab 4 v1
Project 3 Part 1 v1.6
Reverse.CPP
child process
C_141204_ValorNumerico
sum of min and max
A_141124Burbuja
150112_FuncionesOrdenArray
use_of_bool_in_loop