CodeChef REMMAX 숫자가 뒤집힌 최대 수

620 단어 CodeChef
/**
  :https://www.codechef.com/problems/REMMAX
  : 1,2,3,...,n ,             
eg:  n==31  ans = 29
  :           :
    1000000
    1001999
    1003769
    1999999
    3999999
    2001111
*/

#include
#define ll long long
using namespace std;

int solved(){
    string ss;cin>>ss;
    int sz=ss.size();
    if(sz==1) return cout<>t;
    while(t--) solved();
    return 0;
}

좋은 웹페이지 즐겨찾기