2 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;
      }
      
      • 1

      Information

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