9122022-01-27 18:55:55kicsiboglarSzámjegy keveréscpp11Hibás válasz 20/402ms2080 KiB
#include <iostream>
#include <vector>
#include <algorithm>
#include <string>

#define ll long long 
using namespace std;

ll n, i, j, a;
string s;

int main()
{
    ios::sync_with_stdio(false);
    cin >> s;
    for (i = 0; i < s.size(); ++i)
    {
        j += s[i] - 48;
        a *= 10;
        a += s[i] - 48;
    }
    //a = n;
    ll db = s.size();
   /*while (a > 0)
    {
        j += a % 10;
        db++;
        a /= 10;
    }*/

    cout << min(a,j + (((db - 1) * db) / 2) * 9);
}

// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu

// Tips for Getting Started: 
//   1. Use the Solution Explorer window to add/manage files
//   2. Use the Team Explorer window to connect to source control
//   3. Use the Output window to see build output and other messages
//   4. Use the Error List window to view errors
//   5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
//   6. In the future, to open this project again, go to File > Open > Project and select the .sln file
RészfeladatÖsszpontTesztVerdiktIdőMemória
base20/40
1Elfogadva0/02ms1816 KiB
2Elfogadva0/01ms1932 KiB
3Elfogadva0/01ms1928 KiB
4Elfogadva2/21ms1928 KiB
5Elfogadva2/21ms1936 KiB
6Elfogadva2/21ms1940 KiB
7Elfogadva2/21ms1940 KiB
8Elfogadva2/21ms1948 KiB
9Elfogadva2/21ms1944 KiB
10Elfogadva2/21ms1952 KiB
11Elfogadva4/41ms1960 KiB
12Hibás válasz0/41ms1964 KiB
13Hibás válasz0/21ms1988 KiB
14Elfogadva2/21ms2000 KiB
15Hibás válasz0/21ms2012 KiB
16Hibás válasz0/21ms2032 KiB
17Hibás válasz0/21ms2040 KiB
18Hibás válasz0/21ms2052 KiB
19Hibás válasz0/31ms2068 KiB
20Hibás válasz0/31ms2080 KiB