明天期中考试,rp++
  • 板块灌水区
  • 楼主Eleveslaine
  • 当前回复9
  • 已保存回复9
  • 发布时间2022/11/14 21:06
  • 上次更新2023/10/27 02:56:44
查看原帖
明天期中考试,rp++
450246
Eleveslaine楼主2022/11/14 21:06

我们学校期中考试延期了 只因几 天。

只烤 Chinese,Math,English & Physics.

#include <bits/stdc++.h>
using namespace /*rp*/ std;
typedef __uint128_t RP;
RP rp;
void rpKeepIncreasing(RP &rp)
{
    while(rp+1>rp)
    {
        ++rp;
        system("cls");
        printf("rp = %d\n",rp);
    }
}
int main()
{
    rpKeepIncreasing(rp);
    return 0;
}
2022/11/14 21:06
加载中...