1 solutions

  • -1
    @ 2024-1-21 22:17:04
    #include <iostream>
    using namespace std;
    int main(){
    	int n , m;
    	cin >> n;
    	cout << n << " " << 10 * n;
    	
    	
    	return 0;
    }
    
    • 1

    Information

    ID
    113
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    6
    Tags
    # Submissions
    16
    Accepted
    12
    Uploaded By