পৃষ্ঠাসমূহ

বৃহস্পতিবার, ১৮ ফেব্রুয়ারী, ২০১৬

Timus Online Judge 1409. Two Gangsters Solution

1409. Two Gangsters
Language: c++
Solution:


#include <iostream>

using namespace std;

int main(){

    int a,b;
    cin>>a>>b;
    int totalCan = a+b-1;
    cout<<(totalCan-a)<<" "<<(totalCan-b)<<endl;
}

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন