1. 101.
    0
    int top = 0;
    for (int i = 1 ; i < 11;i++)
    {
    for(int j = 1 ; j<=i;j++)
    top += j*2+5;
    }
    printf("%d\n",top);

    computer yalan söylemez :D
    ···
   tümünü göster