7 条题解

  • -3
    @ 2024-10-21 21:43:58
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;
    	while(cin>>a>>b)
    		cout<<a+b<<endl;
    	return 0;
    } 
    

    信息

    ID
    2
    时间
    1000ms
    内存
    32MiB
    难度
    7
    标签
    递交数
    112
    已通过
    30
    上传者