3 条题解

  • 1
    @ 2026-3-24 19:15:04

    //我是才奶龙争霸赛 #include<bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<a+b; return 0; }

    • 1
      @ 2025-8-19 15:02:40
      //我是才奶龙
      #include <bits/stdc++.h>
      using namespace std;
      
      int main() {
      	long long a, b;
      	cin >> a >> b;
      	cout << a + b;
      	return 0;
      }
      
      • 1
        @ 2025-7-11 10:25:26
        //我是奶龙
        #include <bits/stdc++.h>
        using namespace std;
        
        int main() {
        	long long a, b;
        	cin >> a >> b;
        	cout << a + b;
        	return 0;
        }
        
        • 1

        信息

        ID
        11908
        时间
        1000ms
        内存
        128MiB
        难度
        1
        标签
        递交数
        204
        已通过
        93
        上传者