Cod sursa(job #82746)
Utilizator | Data | 8 septembrie 2007 20:57:15 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Arhiva de probleme | Marime | 0.26 kb |
#include <stdio.h>
#include <algorithm.h>
int main() {
//freopen("file.out", "w", stdout);
// printf("Great this is my first linux program!");
//printf("\n");
//printf("is that too slow?");
int a, b;
scanf("%d%d", &a, &b);
printf("%d\n", a + b + 1);
return 0;
}