eolymp
bolt
Try our new interface for solving problems
Məsələlər

Sonuncu rəqəm

dərc olunub 26.01.24 19:47:04

include <bits/stdc++.h>

using namespace std; int main() { string s; cin>>s; cout<<s.back(); }