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

Rəqəmi silmək

dərc olunub 22.02.24 19:31:31

include <iostream>

using namespace std; int main() { long n; cin>>n; cout<<n/10; }