Submitted 3 years 7 months 1 day ago
Wed Apr 21 16:27:52 CST 2021
Judger: judger1
Dataset Version: v0
999 ms /
8900 KB
Final
235
Problem: fun.reimu
Language: GNU C++ 11
0
1
15 t=3 Tier S Score 15. Keep going!
1
1
20 t=1 Tier SS Score 20. Keep going!
2
1
25 t=0 Tier SSS Score 25. Keep going!
5
1
25 t=0 Tier SSS Score 25. Keep going!
10
1
25 t=0 Tier SSS Score 25. Keep going!
15
1
25 t=0 Tier SSS Score 25. Keep going!
20
1
25 t=0 Tier SSS Score 25. Keep going!
33
1
Halt too early! Request: 33 but program takes 32
54
1
25 t=0 Tier SSS Score 25. Keep going!
77
1
Halt too early! Request: 77 but program takes 76
88
1
Halt too early! Request: 88 but program takes 87
100
1
Halt too early! Request: 100 but program takes 99
114
1
Halt too early! Request: 114 but program takes 113
233
1
Halt too early! Request: 233 but program takes 232
345
1
Halt too early! Request: 345 but program takes 344
500
1
Halt too early! Request: 500 but program takes 499
512
1
Halt too early! Request: 512 but program takes 511
666
1
25 t=0 Tier SSS Score 25. Keep going!
817
1
Halt too early! Request: 817 but program takes 816
999
1
25 t=0 Tier SSS Score 25. Keep going!
#include "bits/stdc++.h"
using namespace std;
int main(){
// int now=times(NULL);
int t;
cin>>t;
while((clock()+0.0)/CLOCKS_PER_SEC*1000<=t){
}
return 0;
}