Untitled

Anonymous
c_cpp
10/14/2023 2:32 PM
168 B
16
Indexable
#include <iostream>
using namespace std;
int main(){
    int a, b;
    cin >> a >> b;
    cout<<a-1<<" "<<b-1;
    return 0;
}
Editor is loading...