2 solutions

  • 0
    @ 2024-7-15 19:54:23
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a+b;
    	return 0;
    }
    
    • 0
      @ 2023-10-25 15:05:55

      同入门测试题目P2001

      • 1

      Information

      ID
      6797
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      27
      Accepted
      21
      Uploaded By