QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#552256 | #3066. Intrinsic Interval | ucup-team254 | WA | 17ms | 18236kb | C++20 | 4.1kb | 2024-09-07 21:29:53 | 2024-09-07 21:29:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 8ms
memory: 17220kb
input:
7 3 1 7 5 6 4 2 3 3 6 7 7 1 3
output:
3 6 7 7 1 7
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 17ms
memory: 18156kb
input:
10 2 1 4 3 5 6 7 10 8 9 5 2 3 3 7 4 7 4 8 7 8
output:
1 4 3 7 3 7 3 10 7 10
result:
ok 5 lines
Test #3:
score: -100
Wrong Answer
time: 7ms
memory: 18236kb
input:
1000 998 996 997 1000 999 991 992 994 995 993 986 987 988 989 990 984 983 981 985 982 979 977 976 978 980 975 973 974 972 971 964 962 963 965 961 970 966 967 969 968 848 849 850 846 847 842 841 843 845 844 853 851 855 854 852 858 860 857 856 859 869 867 866 868 870 865 864 862 861 863 874 871 875 87...
output:
1 3 2 3 1 5 4 5 1 10 6 7 7 10 8 9 8 10 6 15 11 12 12 13 13 14 14 15 11 19 16 17 17 20 16 20 16 20 18 25 21 24 22 23 22 24 21 25 21 26 26 28 27 28 27 29 29 30 30 40 31 33 32 33 31 34 31 35 31 40 36 40 37 38 38 40 39 40 31 200 41 42 42 43 41 45 44 45 44 50 46 47 46 48 48 50 49 50 41 55 51 55 51 55 53 ...
result:
wrong answer 15th lines differ - expected: '11 20', found: '11 19'