Solutions are presented as using the least memory and the fastest execution time. It also takes the top
10 most recent solutions from each language. If you want to limit to a specific index, click the
"Solved" button and go to that problem.
ContestId |
Name |
Phase |
Frozen |
Duration (Seconds) |
Relative Time |
Start Time |
470
|
Surprise Language Round 7 |
FINISHED |
False |
7200 |
321200999 |
Sept. 13, 2014, 3:30 p.m. |
Problems
B'This (unpronounceable) word means simply fear of number 666. You are given a string of digits. Check whether it is scary for a person suffering from this phobia, i.e., whether it contains number 666 as a substring. The input will consist of a single string p. The string contains between 1 and 100 digits ( '0 '- '9 '), inclusive. The string doesn 't contain any other characters except digits. Output "YES" if given string contains number 666, and "NO" otherwise (quotes for clarity only). Note that 666 must be a contiguous substring of p, not a subsequence (see sample 3).'... |
Tutorials
Submissions
Submission Id |
Author(s) |
Index |
Submitted |
Verdict |
Language |
Test Set |
Tests Passed |
Time taken (ms) |
Memory Consumed (bytes) |
Tags |
Rating |
68341263 |
nealzane |
B |
Jan. 7, 2020, 3:51 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
49482128 |
yongwhan |
B |
Feb. 5, 2019, 12:08 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
41517719 |
vjudge3 |
B |
Aug. 12, 2018, 7:06 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
41457156 |
vjudge2 |
B |
Aug. 11, 2018, 6:57 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
41455798 |
vjudge1 |
B |
Aug. 11, 2018, 6:23 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
21806170 |
pedroteosousa |
B |
Oct. 26, 2016, 7:29 p.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
19138243 |
DATASOURCE |
B |
July 15, 2016, 12:20 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
18516618 |
TooNewbie |
B |
June 16, 2016, 9:14 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
16401160 |
kbl_didi_ridi |
B |
Feb. 28, 2016, 10:31 a.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
15901130 |
TeddyMichael |
B |
Feb. 8, 2016, 7:01 p.m. |
OK |
FALSE |
TESTS |
36 |
15 |
0 |
|
1800 |
remove filters
Back to search problems