4932021-11-03 18:18:55TSomaToronyépítés (1,1,3,3)cpp11Wrong answer 18/502ms1976 KiB
#include <iostream>

int main()
{
    std::cin.sync_with_stdio(false);
    std::cin.tie(nullptr);

    unsigned int N;
    std::cin >> N;

    unsigned int a = 2;
    unsigned int b = 4;
    unsigned int c = 10;

    char xa = 1;
    char xb = 1;
    char xc = 1;

    for (int n = 3; n < N; n += 3)
    {
        a = 2 * (c + a);
        b = 2 * (a + b);
        c = 2 * (b + c);

        if (a > 20210108) {
            if (a > 20210108 * xa)
                xa++;
            a -= 20210108 * xa; 
        }
        if (b > 20210108) {
            if (b > 20210108 * xb)
                xb++;
            b -= 20210108 * xb;
        }
        if (c > 20210108) {
            if (c > 20210108 * xc)
                xc++;
            c -= 20210108 * xc;
        }
    }

    switch (N >= 3 ? N % 3 : N)
    {
    case 0:
        std::cout << c;
        break;
    case 1:
        std::cout << a;
        break;
    case 2:
        std::cout << b;
        break;
    }
}
SubtaskSumTestVerdictTimeMemory
base18/50
1Accepted0/02ms1884 KiB
2Wrong answer0/01ms1912 KiB
3Accepted3/31ms1968 KiB
4Accepted3/31ms1968 KiB
5Wrong answer0/41ms1968 KiB
6Wrong answer0/41ms1972 KiB
7Wrong answer0/42ms1964 KiB
8Wrong answer0/41ms1968 KiB
9Accepted4/41ms1968 KiB
10Accepted4/41ms1964 KiB
11Wrong answer0/41ms1968 KiB
12Wrong answer0/42ms1976 KiB
13Wrong answer0/42ms1968 KiB
14Wrong answer0/41ms1972 KiB
15Accepted2/21ms1964 KiB
16Accepted2/21ms1968 KiB