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
-Wfloat-conversion
gcc compiler bug.. weird.
C_141106_Potencia
Goodone pointer minus void pointer
150109_RecursividadParImpar
Date
data types and printf
My first program
swipe the numbers in cyclic way
Michael Bean's Spring 2017 Lab 3 v1