Cod sursa(job #927823)

Utilizator 1210121030 1210 Data 26 martie 2013 07:21:35
Problema A+B Scor 0
Compilator c Status done
Runda Arhiva de probleme Marime 0.45 kb
/*
 ============================================================================
 Name        : flow.c
 Author      : Antrhax
 Version     :
 Copyright   : Your copyright notice
 Description : Hello World in C, Ansi-style
 ============================================================================
 */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
long a,b;
int num;
int main() {
 scanf("%ld%ld",&a,&b);
 printf("%ld\n",a+b);

}