QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#140810#6733. Moniphant SleepA_zjzjTL 0ms0kbC++14181b2023-08-16 20:44:472023-09-05 22:11:09

Judging History

你现在查看的是最新测评结果

  • [2023-09-05 22:11:09]
  • 管理员手动重测本题所有提交记录
  • 测评结果:TL
  • 用时:0ms
  • 内存:0kb
  • [2023-08-16 20:44:50]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-16 20:44:47]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
using ll=long long;
mt19937 rnd(time(0));
int main(){
	int x;
	for(;1.0*clock()/CLOCKS_PER_SEC<2.9;){
		x++;
	}
	return 0;
}

詳細信息

Test #1:

score: 0
Time Limit Exceeded

input:

1 9
1 1 1
1 1 1
1 1 1
3 1 1
2 1 1
1 1 1
1 1 1
4 1 1
5 1 1

output:


result: