Jump to content

stfstf

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

stfstf's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. #include <bits/stdc++.h> using namespace std; int main() { /// int n; cin>>n; n=n/10; int p=1,copie=n; while(copie) { copie=copie/10; p=p*10; } p=p/10; n=n%p; cout<<n; /// return 0; }
×
×
  • Create New...