7 solutions

  • 0
    @ 2024-10-19 11:49:36
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a;
    	cin>>a;
    	cout<<a<<' '<<a*10;
    	return 0;
    }
    

    Information

    ID
    3
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    272
    Accepted
    117
    Uploaded By