Submitted 3 years 7 months 1 day ago
Wed Apr 21 16:24:24 CST 2021
Judger: judger1
Dataset Version: v0
3288 ms /
8904 KB
Final
16
Problem: fun.reimu
Language: GNU C++ 11
0
1
15 t=2 Tier S Score 15. Keep going!
1
1
1 t=999 Tier F Score 1. Keep going!
#include "bits/stdc++.h"
using namespace std;
int main(){
// int now=times(NULL);
int t;
cin>>t;
while(clock()/CLOCKS_PER_SEC<t){
}
return 0;
}