delete pics to save space
This commit is contained in:
8
1.1001.cpp
Normal file
8
1.1001.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include<cstdio>
|
||||
int main()
|
||||
{
|
||||
int a,b;
|
||||
scanf("%d%d",&a,&b);
|
||||
printf("%d\n",a+b);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user