3 solutions

  • 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;
      }
      
      • 0
        @ 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

        Information

        ID
        11908
        Time
        1000ms
        Memory
        128MiB
        Difficulty
        1
        Tags
        # Submissions
        201
        Accepted
        92
        Uploaded By