#147

by XGN

Submitted 3 years 1 day ago
Wed Apr 21 16:23:33 CST 2021
Judger: judger1
Dataset Version: v0

3 ms / 8904 KB
Final 50
Problem: fun.reimu
Language: GNU C++ 11


#1

3ms / 8784KB / Point
Input
0 
Output

												
Answer
1 
Checker Information
15 t=3 Tier S Score 15. Keep going!

#2

3ms / 8836KB / Point
Input
1 
Output

												
Answer
1 
Checker Information
15 t=2 Tier S Score 15. Keep going!

#3

3ms / 8904KB / Point
Input
2 
Output

												
Answer
1 
Checker Information
20 t=1 Tier SS Score 20. Keep going!

#4

2ms / 8816KB / Wrong Answer
Input
5 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 5 but program takes 2

#5

2ms / 8820KB / Wrong Answer
Input
10 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 10 but program takes 2

#6

2ms / 8760KB / Wrong Answer
Input
15 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 15 but program takes 2

#7

2ms / 8828KB / Wrong Answer
Input
20 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 20 but program takes 2

#8

2ms / 8716KB / Wrong Answer
Input
33 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 33 but program takes 2

#9

2ms / 8784KB / Wrong Answer
Input
54 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 54 but program takes 2

#10

1ms / 8760KB / Wrong Answer
Input
77 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 77 but program takes 1

#11

2ms / 8760KB / Wrong Answer
Input
88 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 88 but program takes 2

#12

1ms / 8832KB / Wrong Answer
Input
100 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 100 but program takes 1

#13

1ms / 8716KB / Wrong Answer
Input
114 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 114 but program takes 1

#14

1ms / 8904KB / Wrong Answer
Input
233 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 233 but program takes 1

#15

2ms / 8792KB / Wrong Answer
Input
345 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 345 but program takes 2

#16

1ms / 8804KB / Wrong Answer
Input
500 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 500 but program takes 1

#17

1ms / 8752KB / Wrong Answer
Input
512 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 512 but program takes 1

#18

1ms / 8752KB / Wrong Answer
Input
666 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 666 but program takes 1

#19

1ms / 8820KB / Wrong Answer
Input
817 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 817 but program takes 1

#20

1ms / 8776KB / Wrong Answer
Input
999 
Output

												
Answer
1 
Checker Information
Halt too early! Request: 999 but program takes 1
#include "bits/stdc++.h"
using namespace std;

int main(){
    // int now=times(NULL);
    int t;
    cin>>t;
    while(clock()<t){
        
    }
    
    return 0;
}