Zongmingjun @ 2021-10-16 14:26:06
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }
by GoodLuckCat @ 2023-09-02 14:36:47
@LoneWolf 《word》
你用Word写代码?