Submitted 3 years 7 months 1 day ago
Wed Apr 21 16:27:11 CST 2021
Judger: judger1
Dataset Version: v0
998 ms /
8904 KB
Final
255
Problem: fun.reimu
Language: GNU C++ 11
0
1
20 t=1 Tier SS Score 20. Keep going!
1
1
15 t=2 Tier S Score 15. Keep going!
2
1
20 t=1 Tier SS Score 20. Keep going!
5
1
25 t=0 Tier SSS Score 25. Keep going!
10
1
Halt too early! Request: 10 but program takes 9
15
1
Halt too early! Request: 15 but program takes 14
20
1
25 t=0 Tier SSS Score 25. Keep going!
33
1
25 t=0 Tier SSS Score 25. Keep going!
54
1
Halt too early! Request: 54 but program takes 53
77
1
Halt too early! Request: 77 but program takes 76
88
1
Halt too early! Request: 88 but program takes 87
100
1
25 t=0 Tier SSS Score 25. Keep going!
114
1
25 t=0 Tier SSS Score 25. Keep going!
233
1
25 t=0 Tier SSS Score 25. Keep going!
345
1
Halt too early! Request: 345 but program takes 344
500
1
Halt too early! Request: 500 but program takes 499
512
1
25 t=0 Tier SSS Score 25. Keep going!
666
1
25 t=0 Tier SSS Score 25. Keep going!
817
1
Halt too early! Request: 817 but program takes 816
999
1
Halt too early! Request: 999 but program takes 998
#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;
}