Skip to content

Commit c74ffc2

Browse files
committed
spoj basics
1 parent 452afa4 commit c74ffc2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

SPOJ/Basics/test1.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include <stdio.h>
2+
int main()
3+
{
4+
int a,b;
5+
scanf("%d",&a);
6+
scanf("%d",&b);
7+
int c=a+b;
8+
printf("%d",c);
9+
return 0;
10+
}

0 commit comments

Comments
 (0)