镇乃天子
我是无惨
This commit is contained in:
18
666/zhu.cpp
Normal file
18
666/zhu.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
|
||||
int myadd(int x,int y);
|
||||
|
||||
|
||||
int main(){
|
||||
|
||||
int a,b,c;
|
||||
cin>>a >>b;
|
||||
c=myadd(a,b);
|
||||
cout << c << endl;
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user