运气测试
  • 板块灌水区
  • 楼主xiao999yao
  • 当前回复10
  • 已保存回复10
  • 发布时间2024/11/28 21:10
  • 上次更新2024/11/28 21:27:08
查看原帖
运气测试
1062722
xiao999yao楼主2024/11/28 21:10
#include <bits/stdc++.h>
using namespace std;
int st = clock();
int main() {
    int a, b; scanf("%d%d", &a, &b);
    printf("%d", a + b);
    while (clock() - st < 999960) {}
    return 0;
}

用这个代码提交 A+B Problem,然后看 AC 了几个点

AC 个数运气成分(%)
010%
130%
260%
380%
490%
598%
699%
799.8%
899.98%
999.999999999%
10100%
2024/11/28 21:10
加载中...