QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#140810 | #6733. Moniphant Sleep | A_zjzj | TL | 0ms | 0kb | C++14 | 181b | 2023-08-16 20:44:47 | 2023-09-05 22:11:09 |
Judging History
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