Problem F

 avatar
unknown
c_cpp
a year ago
146 B
7
Indexable
#include <bits/stdc++.h>

using namespace std;

int main() {
    int n;
    cin >> n;
    cout << n % 10;
    return 0;    
}





Editor is loading...
Leave a Comment