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