1 solutions
-
0
C :
#include<stdio.h> int main() { int a,b,c; scanf("%d%d",&a,&b); c=a+b; printf("%d\n",c); return 0; }C++ :
#include<stdio.h> int main() { int a,b,c; scanf("%d%d",&a,&b); c=a+b; printf("%d\n",c); return 0; }Pascal :
var a,b:longint; begin readln(a,b); writeln(a+b); end.
- 1
Information
- ID
- 20128
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By