mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1300.cpp
This commit is contained in:
parent
de2105afab
commit
d169a21b35
8
QUSTOJ/1300.cpp
Normal file
8
QUSTOJ/1300.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
int main()
|
||||
{
|
||||
int a,b;
|
||||
scanf("%d %d",&a,&b);
|
||||
printf("%d\n",a+b);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user