1 solutions

  • 0
    @ 2025-11-5 16:59:16

    C++ :

    #include<stdio.h>
    long long a,b,t;
    int main()
    {
    	scanf("%lld",&t);
    	while(t--){
    		scanf("%lld%lld",&a,&b);
    		printf("%lld\n",a+b);
    	}
    	return 0;
    }
    
    
    • 1

    Information

    ID
    18117
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By