23 solutions

  • -10
    @ 2023-9-16 16:26:30
    #include <bits/stdc++.h>using namespace std;int a,b;int main(){cin>>a>>b;cout<<a+b<<endl;return 0;}
    
    • -12
      @ 2023-11-24 21:27:59
      #include<iostream>
      using namespace std;
      int main(){
      	int a,b;
      	cin>>a>>b;
      	cout<<(a+b);
      	return 0;
      }
      
      • -17
        @ 2023-9-16 16:06:50

        12345

        Information

        ID
        521
        Time
        1000ms
        Memory
        256MiB
        Difficulty
        5
        Tags
        # Submissions
        402
        Accepted
        158
        Uploaded By