eolymp
bolt
Try our new interface for solving problems
Problems

Delete the digit

published at 2/22/24, 7:31:31 pm

include <iostream>

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