problem_id stringlengths 6 6 | user_id stringlengths 10 10 | time_limit float64 1k 8k | memory_limit float64 262k 1.05M | problem_description stringlengths 48 1.55k | codes stringlengths 35 98.9k | status stringlengths 28 1.7k | submission_ids stringlengths 28 1.41k | memories stringlengths 13 808 | cpu_times stringlengths 11 610 | code_sizes stringlengths 7 505 |
|---|---|---|---|---|---|---|---|---|---|---|
p03210 | u383508661 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n=input()\nif n in "753":\n print("Yes")\nelse:\n print("No")\n', 'n=input()\nif n in "753":\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s599340107', 's929179846'] | [2940.0, 2940.0] | [17.0, 17.0] | [60, 59] |
p03210 | u388323466 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["n = int(input())\n\nif (n == 3) or (n == 3) or (n == 7):\n print('YES')\nelse:\n print('NO')", "n = int(input())\n\nif (n == 3) or (n == 5) or (n == 7):\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s792251282', 's948322598'] | [2940.0, 2940.0] | [17.0, 18.0] | [93, 93] |
p03210 | u390694622 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["a=int(input())\nif a in [3,5,7]:\n print('Yes')\nelse:\n print('No')", "a=int(input())\nif a in [3,5,7]:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s932746867', 's544704403'] | [3316.0, 2940.0] | [19.0, 17.0] | [70, 70] |
p03210 | u392361133 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = input()\nprint("Yes" if x in "753" else "No")', 'x = input()\nprint("YES" if x in "753" else "NO")\n'] | ['Wrong Answer', 'Accepted'] | ['s819313763', 's177264062'] | [9004.0, 8848.0] | [26.0, 29.0] | [48, 49] |
p03210 | u393253137 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n=input()\nprint("Yes" if "9" in n else "No")', 'x=input()\nprint("YES" if x in "753" else "NO")'] | ['Wrong Answer', 'Accepted'] | ['s878931090', 's340819839'] | [2940.0, 2940.0] | [17.0, 17.0] | [44, 46] |
p03210 | u395894569 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["a=int(input())\nprint('Yes' if a==7 or a==5 or a==3 else 'No')", "a=int(input())\nprint('YES' if a==7 or a==5 or a==3 else 'NO')"] | ['Wrong Answer', 'Accepted'] | ['s096178920', 's919697414'] | [2940.0, 2940.0] | [17.0, 18.0] | [61, 61] |
p03210 | u397563544 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['s = int(input())\nif s==3 & s==7 & s==5:\n print("YES")\nelse:\n print("NO")', "x = int(input())\nif x==3 or x==5 or x==7:\n print('YES')\nelse:\n print('NO')\n"] | ['Wrong Answer', 'Accepted'] | ['s583430546', 's514216476'] | [2940.0, 2940.0] | [18.0, 18.0] | [73, 77] |
p03210 | u399973890 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\nif X == 3 or X == 5 or X == 7:\n print('Yes')\nelse:\n print('No')", "X = int(input())\nif X == 3 or X == 5 or X == 7:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s956264361', 's615628570'] | [2940.0, 2940.0] | [18.0, 17.0] | [86, 86] |
p03210 | u401077816 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\n\nif any(X == 3, X == 5, X == 7):\n print("YES")\nelse:\n print("NO")', 'X = int(input())\n \nif X == 3 or X == 5 or X == 7:\n print("YES")\nelse:\n print("NO")'] | ['Runtime Error', 'Accepted'] | ['s122325062', 's762966813'] | [2940.0, 2940.0] | [17.0, 18.0] | [84, 84] |
p03210 | u405256066 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['from sys import stdin\nN=int(stdin.readline().rstrip())\ncnt=0\nfor i in range(N+1):\n if set(list(str(i)))=={"3","5","7"}:\n cnt+=1\nprint(cnt)', 'from sys import stdin\nage=int(stdin.readline().rstrip())\nif age==7:\n print("YES")\nelif age==5:\n print("YES")\nelif age==3:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s751502087', 's085968718'] | [2940.0, 2940.0] | [17.0, 17.0] | [148, 158] |
p03210 | u408660971 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["print('Yes') if int(input()) in [3, 5, 7] else print('No')", "print('Yes') if int(input()) in [3, 5, 7] else print('No')", "print('Yes' if int(input()) in [3, 5, 7] else 'No')", "print('YES') if int(input()) in [3, 5, 7] else print('NO')"] | ['Wrong Answer', 'Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s051264667', 's297550641', 's414812296', 's820318371'] | [2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 19.0, 18.0, 18.0] | [58, 58, 51, 58] |
p03210 | u410118019 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = int(input())\nif x in [3,5,7]:\n print('Yes')\nelse:\n print('NO')", "x = int(input())\nif x in [3,5,7]:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s403569202', 's766023085'] | [2940.0, 2940.0] | [17.0, 17.0] | [68, 68] |
p03210 | u411858517 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\n\nif X == (3, 5, 7):\n print('YES')\n \nelse:\n print('NO')", "X = int(input())\n\nif X in (3, 5, 7):\n print('YES')\n \nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s235024196', 's554630097'] | [2940.0, 3064.0] | [18.0, 17.0] | [80, 80] |
p03210 | u411923565 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\nif X == 7 or 5 or 3:\n print('Yes')\nelse:\n print('No')", '#B - 754\nS = list(map(int,input()))\n\nminimam = 987\nfor i in range(len(S)-2):\n X = 100*S[i] + 10*S[(i+1)] + S[(i+2)]\n if abs(X - 753)<minimam:\n minimam = abs(X - 753)\nprint(minimam)', "X = int(input())\nif X == 7 or X == 5 or X == 3:\n print('YES')\nelse:\n print('NO')\n"] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s953991296', 's954346914', 's219700263'] | [9052.0, 9152.0, 9072.0] | [26.0, 25.0, 28.0] | [72, 193, 83] |
p03210 | u413165887 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["#1256\n\nx = int(input())\nif x == 7 or x == 5 or x == 3:\n print('Yes')\nelse:\n print('No')", "#1256\n\nx = int(input())\nif x == 7 or x == 5 or x == 3:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s037266444', 's726753930'] | [2940.0, 2940.0] | [17.0, 17.0] | [93, 93] |
p03210 | u416223629 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\n\nif X == 7 or X == 5 or X == 3:\n print('Yes')\nelse:\n print('No')\n", "X = int(input())\n\nif X == 7 or X == 5 or X == 3:\n print('YES')\nelse:\n print('NO')\n"] | ['Wrong Answer', 'Accepted'] | ['s879872231', 's895880827'] | [2940.0, 2940.0] | [17.0, 17.0] | [88, 88] |
p03210 | u416758623 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['bit = [3,5,7]\nX = int(input())\nif(X in bit):\n print("Yes")\nelse:\n print("No")\n ', 'bit = [3,5,7]\nX = int(input())\nif(X in bit):\n print("YES")\nelse:\n print("NO")\n '] | ['Wrong Answer', 'Accepted'] | ['s321024588', 's125512389'] | [3064.0, 2940.0] | [17.0, 17.0] | [86, 86] |
p03210 | u419354839 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['S = input().strip()\nprint(min(int([S[i:i+3]) for i in range(0,len(S)-2,3)))', 'print("YES" if int(input()) in [3,5,7] else "NO")'] | ['Runtime Error', 'Accepted'] | ['s171512336', 's769884133'] | [2940.0, 2940.0] | [17.0, 17.0] | [75, 49] |
p03210 | u422977492 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n=int(input())\nif n==5 or n==7 or n==3:\n print("Yes")\nelse:\n print("No")', 'n=int(input())\nif n==5 or n==7 or n==3:\n print("YES")\nelse:\n print("NO")\n'] | ['Wrong Answer', 'Accepted'] | ['s121116217', 's172870215'] | [9156.0, 9152.0] | [24.0, 33.0] | [74, 75] |
p03210 | u426572476 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['import math\n\nn = input()\nif "9" in n:\n print("Yes")\nelse:\n print("No")', 'import math\n\nx = input()\nprint("YES" if x in "357" else "NO")'] | ['Wrong Answer', 'Accepted'] | ['s856234244', 's693247918'] | [3060.0, 2940.0] | [19.0, 17.0] | [76, 61] |
p03210 | u428341537 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x=input()\nif x=='7' and x=='5' and x=='3':\n print('YES')\nelse:\n print('NO')\n ", "x=input()\nif x=='7' or x=='5' or x=='3':\n print('YES')\nelse:\n print('NO')\n "] | ['Wrong Answer', 'Accepted'] | ['s850846502', 's272940291'] | [9084.0, 8972.0] | [30.0, 23.0] | [80, 78] |
p03210 | u435125919 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\nif x == 3 or x == 5 or x == 7:\n print("Yes")\nelse:\n print("No")', 'x = int(input())\nif x == 3 or x == 5 or x == 7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s409187631', 's484425844'] | [2940.0, 3064.0] | [17.0, 17.0] | [82, 82] |
p03210 | u436335724 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X == 3 or X == 5 or X == 7:\n \tprint("Yes")\nelse:\n \tprint("No")', 'X = int(input())\nif X == 3 or X == 5 or X == 7:\n print("Yes")\nelse\n print("No")', 'X = int(input())\nif X == 3 or X == 5 or X == 7:\n \tprint("Yes")\nelse\n \tprint("No")', '#-*- coding : utf-8 -*-\nX = int(input())\nif X == 3 or X == 5 or X == 7:\n \tprint("YES")\nelse:\n \tprint("NO")'] | ['Wrong Answer', 'Runtime Error', 'Runtime Error', 'Accepted'] | ['s040906279', 's265993356', 's325412810', 's396250719'] | [2940.0, 2940.0, 2940.0, 2940.0] | [18.0, 18.0, 17.0, 17.0] | [82, 81, 81, 106] |
p03210 | u441575327 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['year = int(input())\nif year == 3 or year == 5 or year == 7:\n print(YES)\nelse:\n print(NO)', "year = int(input())\nif year == 3 or year == 5 or year == 7:\n print('YES')\nelse:\n print('NO')\n\n"] | ['Runtime Error', 'Accepted'] | ['s975603378', 's775543073'] | [2940.0, 2940.0] | [18.0, 17.0] | [90, 96] |
p03210 | u442877951 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X == 7 and X == 3 and X == 5:\n print("YES")\nelse:\n print("NO")', 'X = int(input())\nif X == 7 or X == 3 or X == 5:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s879446087', 's906793919'] | [2940.0, 2940.0] | [17.0, 17.0] | [84, 82] |
p03210 | u442948527 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X=input()\nprint(["NO","YES"][X==3 or X==5 or X==7])', 'X=int(input())\nprint(["NO","YES"][X==3 or X==5 or X==7])'] | ['Wrong Answer', 'Accepted'] | ['s103619509', 's599910622'] | [8944.0, 9148.0] | [24.0, 28.0] | [51, 56] |
p03210 | u443577878 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X=int(input())\nif X==7 or X==5 or X==3:\n print("Yes")\nelse:\n print("No")', 'X=int(input())\nif X==7 or X==5 or X==3:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s185167473', 's012798303'] | [2940.0, 2940.0] | [17.0, 17.0] | [78, 78] |
p03210 | u443655986 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\n\nif X == 3 or X ==5 or X ==7:\n print("yes")\nelse:\n print("no")', 'X = int(input())\n\nif X == 3 or X == 5 or X == 7:\n print("yes")\nelse:\n print("no")', 'X = int(input())\n\nif X == 3 or X == 5 or X == 7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s143508071', 's886800818', 's889535454'] | [2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0] | [86, 88, 88] |
p03210 | u446711904 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x=int(input());print('YNeos'[not(x==3 or x==5 or x==7)::2]) ", "x=int(input());print('YNEOS'[not(x==3 or x==5 or x==7)::2])"] | ['Wrong Answer', 'Accepted'] | ['s588991785', 's736548016'] | [2940.0, 2940.0] | [17.0, 19.0] | [60, 59] |
p03210 | u448720391 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\n\nif x != 7 or x != 5 or x != 3:\n print("No")\nelse:\n print("Yes")', 'x = int(input())\n\nif x == 7 or x == 5 or x == 3:\n print("Yes")\nelse:\n print("No")', 'x = int(input())\n\nif x != 7 and x != 5 and x != 3:\n print("No")\nelse:\n print("Yes")', 'x = int(input())\n\nif x != 7 and x != 5 and x != 3:\n print("NO")\nelse:\n print("YES")'] | ['Wrong Answer', 'Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s209292332', 's575633052', 's777430727', 's723609801'] | [2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0, 17.0] | [87, 87, 89, 89] |
p03210 | u449555432 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["a=int(input())\nif a ==7or5or3:\n print('YES')\nelse:\n print('NO')", "a=int(input())\nif a==3 or a==5 or a==7:\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Accepted'] | ['s550879895', 's298950941'] | [2940.0, 2940.0] | [17.0, 17.0] | [65, 74] |
p03210 | u450983668 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['print("YNEOS"[~input()in"357"%2::2]', 'print("YNEOS"[~(input()in"357")%2::2])'] | ['Runtime Error', 'Accepted'] | ['s650200044', 's238965873'] | [8840.0, 9044.0] | [23.0, 27.0] | [35, 38] |
p03210 | u455533363 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input()) \n\nif x==3 or x==5 or x==7:\n print("Yes")\nelse:\n print("No")\n', 'x = int(input()) \n\nif x==3 or x==5 or x==7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s388762516', 's410768948'] | [2940.0, 2940.0] | [17.0, 17.0] | [95, 94] |
p03210 | u455957070 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = int(input())\nif( x == 3 or 5 or 7):\n print('Yes')\nelse:\n print('No')", "x = int(input())\nif( x in [3,5,7]):\n print('Yes')\nelse:\n print('No')", "x = int(input())\nif( x in [3,5,7]):\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s353122599', 's643712744', 's409099152'] | [9124.0, 9084.0, 9164.0] | [26.0, 23.0, 26.0] | [74, 70, 70] |
p03210 | u456033454 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = int(input())\nprint('Yes' if x==7 or x==5 or x==3 else 'No')", "x = int(input())\nprint('YES' if x==7 or x==5 or x==3 else 'NO')"] | ['Wrong Answer', 'Accepted'] | ['s682922021', 's981967773'] | [2940.0, 2940.0] | [17.0, 17.0] | [63, 63] |
p03210 | u457683760 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n=int(input())\n\nif n==3 or n==5 or n==7:\n print("Yes")\nelse:\n print("NO")', 'n=int(input())\n\nif n==3 or n==5 or n==7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s329329710', 's372989899'] | [2940.0, 2940.0] | [17.0, 17.0] | [75, 75] |
p03210 | u459233539 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x=input()\nif x == 7 or 5 or 3:\nprint("YES")\nelse:\nprint("NO")', 'x=input()\nif (x == 7) or (x == 5) or (x == 3):\nprint("YES")\nelse:\nprint("NO")', "x=int(input())\nif x == 7 or x == 5 or x == 3:\nprint('YES')\nelse:\nprint('NO')", 'x=int(input())\nif x == 7 or x == 5 or x == 3:\nprint("YES")\nelse:\nprint("NO")', 'x=input()\nif x == 7 or x == 5 or x == 3:\nprint("YES")\nelse:\nprint("NO")', 'x=int(input())\nif x == 7 or x == 5 or x == 3:\n\tprint("YES")\nelse:\n\tprint("NO")'] | ['Runtime Error', 'Runtime Error', 'Runtime Error', 'Runtime Error', 'Runtime Error', 'Accepted'] | ['s036319213', 's416898947', 's605780085', 's637281907', 's777160812', 's114532342'] | [2940.0, 2940.0, 2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 17.0, 16.0, 17.0, 17.0, 17.0] | [61, 77, 76, 76, 71, 78] |
p03210 | u464032595 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['N = int(input())\nif N in [7, 5, 3]:\n print("Yes")\nelse:\n print("No")', 'N = int(input())\nif N in [7, 5, 3]:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s017224165', 's618671606'] | [2940.0, 2940.0] | [18.0, 18.0] | [70, 70] |
p03210 | u465669072 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['\nx = input()\n\nif x == 3 or x == 5 or x == 7:\n print("YES")\nelse:\n print("NO)', 'x = int(input())\n\nif x == 3 or x == 5 or x == 7:\n print("YES")\nelse:\n print("NO")'] | ['Runtime Error', 'Accepted'] | ['s420287034', 's940625844'] | [2940.0, 2940.0] | [19.0, 18.0] | [78, 83] |
p03210 | u469953228 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = input()\nif x == 3 or x == 5 or x == 7:\n print('YES')\nelse:\n print('NO')\n", "x = int(input())\nif x == 3 or x == 5 or x == 7:\n print('YES')\nelse:\n print('NO')\n"] | ['Wrong Answer', 'Accepted'] | ['s844809140', 's522589963'] | [2940.0, 2940.0] | [17.0, 17.0] | [80, 85] |
p03210 | u475503988 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["if X == 3 or X == 5 or X == 7:\n print('YES')\nelse:\n print('NO')\n \n", 'X = int(input())\n \nif X==3 or X==5 or X==7:\n print("Yes")\nelse:\n print("NO")', "if X = 3 or 5 or 7:\n print('YES')\nelse:\n print('NO')\n ", "X = int(input())\nif X in [7,5,3]:\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Wrong Answer', 'Runtime Error', 'Accepted'] | ['s104310682', 's304729738', 's465202929', 's772147125'] | [2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0, 18.0] | [69, 78, 57, 72] |
p03210 | u475776984 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['#JMD\n\n\n \nimport sys\nimport math\n\n#import fractions\n#import numpy\n \n###File Operations###\nfileoperation=0\nif(fileoperation):\n orig_stdout = sys.stdout\n orig_stdin = sys.stdin\n inputfile = open(\'W:/Competitive Programming/input.txt\', \'r\')\n outputfile = open(\'W:/Competitive Programming/output.txt\', \'w\')\n sys.stdin = inputfile\n sys.stdout = outputfile\n\n###Defines...###\nmod=1000000007\n \n###FUF\'s...###\ndef nospace(l):\n ans=\'\'.join(str(i) for i in l)\n return ans\n \n \n \n##### Main ####\ns=str(input())\nl=len(s)\n\nans=100000000000\nfor i in range(l-2):\n k=""\n for j in range(3):\n k+=s[i+j]\n d=int(k)\n ans=min(ans,abs(753-d))\nprint(ans)\n\n \n \n#####File Operations#####\nif(fileoperation):\n sys.stdout = orig_stdout\n sys.stdin = orig_stdin\n inputfile.close()\n outputfile.close()', '#JMD\n\n\n \nimport sys\nimport math\n\n#import fractions\n#import numpy\n \n###File Operations###\nfileoperation=0\nif(fileoperation):\n orig_stdout = sys.stdout\n orig_stdin = sys.stdin\n inputfile = open(\'W:/Competitive Programming/input.txt\', \'r\')\n outputfile = open(\'W:/Competitive Programming/output.txt\', \'w\')\n sys.stdin = inputfile\n sys.stdout = outputfile\n\n###Defines...###\nmod=1000000007\n \n###FUF\'s...###\ndef nospace(l):\n ans=\'\'.join(str(i) for i in l)\n return ans\n \n \n \n##### Main ####\nt=1\nfor tt in range(t):\n n=int(input())\n if(n==7 or n==5 or n==3):\n print("YES")\n else:\n print("NO")\n #a=list(map(int,sys.stdin.readline().split(\' \')))\n #n,k,s= map(int, sys.stdin.readline().split(\' \'))\n \n \n#####File Operations#####\nif(fileoperation):\n sys.stdout = orig_stdout\n sys.stdin = orig_stdin\n inputfile.close()\n outputfile.close()'] | ['Wrong Answer', 'Accepted'] | ['s553303590', 's151597363'] | [3064.0, 3316.0] | [23.0, 20.0] | [845, 911] |
p03210 | u477343425 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = input()\n\nprint(\'YES" if x in \'753\' else \'NO\')\n', "x = input()\n \nprint('YES' if x in '753' else 'NO')"] | ['Runtime Error', 'Accepted'] | ['s197316039', 's064366969'] | [2940.0, 2940.0] | [17.0, 17.0] | [50, 50] |
p03210 | u477977638 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x=int(input())\nif x==3 or x==5 or x==7:\n print("Yes")\nelse:\n print("No")', 'x=int(input())\nif x==3 or x==5 or x==7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s881878660', 's051476969'] | [2940.0, 2940.0] | [17.0, 18.0] | [74, 74] |
p03210 | u480200603 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['print("YNeos"[not(int(input())in[3,5,7])::2])\n', 'print("YNEOS"[not(int(input())in[3,5,7])::2])\n'] | ['Wrong Answer', 'Accepted'] | ['s556979225', 's261383398'] | [2940.0, 2940.0] | [17.0, 17.0] | [46, 46] |
p03210 | u482157295 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['a = int(input())\nif a == 3 or a == 5 or a == 7:\n print("Yes")\nelse:\n print("No")', 'a = int(input())\nif a == 3 or a == 5 or a == 7:\n print("YES")\nelse:\n print("NO")\n'] | ['Wrong Answer', 'Accepted'] | ['s230933402', 's730982082'] | [2940.0, 2940.0] | [18.0, 17.0] | [82, 83] |
p03210 | u483640741 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n=int(input())\n\nif n==7 or n==5 or n==3:\n print("Yes")\n\nelse:\n print("No")\n', 'n=int(input())\n\nif n==7 or n==5 or n==3:\n print("YES")\n\nelse:\n print("NO")\n'] | ['Wrong Answer', 'Accepted'] | ['s901027713', 's831656707'] | [2940.0, 2940.0] | [17.0, 17.0] | [81, 81] |
p03210 | u486251525 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\nif x == 3 or x == 5 or x == 7:\n print("Yes")\nelse:\n print("No")\n', 'x = int(input())\nif x == 3 or x == 5 or x == 7:\n print("YES")\nelse:\n print("NO")\n'] | ['Wrong Answer', 'Accepted'] | ['s878064012', 's268343231'] | [2940.0, 2940.0] | [17.0, 20.0] | [87, 87] |
p03210 | u490553751 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X == 3 or X == 5 or X == 7:\n print("Yes")\nelse:\n print("No")', 'import sys\ninput = sys.stdin.readline\nX = int(input())\nif X == 7 or X == 5 or X == 3 :\n print("YES")\nelse :\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s955398843', 's503793546'] | [2940.0, 2940.0] | [17.0, 17.0] | [86, 126] |
p03210 | u492994678 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['a =input()\na =int(a)\n\nif a == 7 or a == 5 or a == 3:\n print(YES)\nelse:\n print(NO)', 'a =input()\na =int(a)\n\nif a = 7 or a = 5 or a = 3:\n print(YES)\nelse:\n print(NO)', "a =input()\na =int(a)\n\nif a == 7 or a == 5 or a == 3:\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Runtime Error', 'Accepted'] | ['s143686749', 's450455879', 's058164213'] | [2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0] | [83, 80, 87] |
p03210 | u500673386 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X=int(input())\nif X==3 or X==5 or X==7:\n print('Yes')\nelse:\n print('No')", "X=int(input())\nif X==3 or X==5 or X==7:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s504966479', 's218271541'] | [3572.0, 2940.0] | [25.0, 17.0] | [78, 78] |
p03210 | u501750652 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["D = int(input())\n\nif D == 25:\n print('Christmas')\nelif D == 24:\n print('Christmas Eve')\nelif D == 23:\n print('Christmas Eve Eve')\nelse:\n print('Christmas Eve Eve Eve')", 'X = int(input())\n\nif X == 3 or X == 5 or X == 7:\n\tprint("YES")\nelse:\n\tprint("NO")'] | ['Wrong Answer', 'Accepted'] | ['s795571625', 's544226367'] | [2940.0, 2940.0] | [18.0, 18.0] | [179, 81] |
p03210 | u502594696 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X=int(input())\nif X==7 or X==5 or X==3:\n print("Yes")\nelse:\n print("No")', 'X=int(input())\nif X==7 or X==5 or X==3:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s151689894', 's899114111'] | [9032.0, 9160.0] | [26.0, 24.0] | [74, 74] |
p03210 | u503228842 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x= int(input())\nif x in [7,5,3]:\n print("Yes")\nelse:\n print("No")', 'x= int(input())\nif x ==7 or x==5 or x==3:\n print("Yes")\nelse:\n print("No")', 'x = int(input())\nif x == 3 or x == 5 or x == 7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s053986434', 's624497987', 's305198606'] | [2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0] | [71, 80, 86] |
p03210 | u504836877 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\n\nif X == 3 or X == 5 or X == 7:\n print("Yes")\nelse:\n print("No")', 'X = int(input())\nif X == 7 or X == 5 or X == 3:\n print("YES")\nelse:\n print("NO")\n'] | ['Wrong Answer', 'Accepted'] | ['s082863288', 's136233166'] | [2940.0, 2940.0] | [17.0, 17.0] | [87, 87] |
p03210 | u506587641 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\nx = [3, 5, 7]\n\nfor i in range(3):\n if X == x[i]:\n print('YES')\n break\n\n else:\n print('NO')", "X = int(input())\nx = [3, 5, 7]\n\nfor i in range(3):\n if X == x[i]:\n print('Yes')\n break\n\n else:\n print('No')", "X = int(input())\nx = [3, 5, 7]\n\nfor i in range(3):\n if X == x[i]:\n print('YES')\n break\n\nelse:\n print('NO')"] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s023785317', 's967955715', 's736090553'] | [2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0] | [134, 134, 126] |
p03210 | u506858457 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X=int(input())\nif (X==3 || X==5 ||X==7):\n print('YES')\nelse:\n print('NO')", "X=int(input())\nif (X==3 or X==5 or X==7):\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Accepted'] | ['s164032140', 's398572206'] | [3064.0, 2940.0] | [17.0, 17.0] | [75, 76] |
p03210 | u507116804 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['a=input(int())\n\nif a==3 or a==5 or a==7:\n print("YES")\nelse:\n print("NO")\n ', 'a=input(int())\n\nif a==3 or a==5 or a==7:\n print("YES")\nelse:\n print("NO")\n ', 'a=int(input())\n\nif a==3 or a==5 or a==7:\n print("YES")\nelse:\n print("NO")\n '] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s549715871', 's573857714', 's472037668'] | [2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0] | [78, 78, 78] |
p03210 | u510137738 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = input()\n\nif "753" in x:\n print("Yes")\nelse:\n print("No")', 'x = input()\n \nif x in "753":\n print("Yes")\nelse:\n print("No"', 'x = input()\n \nif x in "753":\n print("Yes")\nelse:\n print("No")', 'x = input()\n \nif x in "753":\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Runtime Error', 'Wrong Answer', 'Accepted'] | ['s630870602', 's729569147', 's826381806', 's089835139'] | [2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 17.0, 17.0, 17.0] | [62, 62, 63, 63] |
p03210 | u513726585 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x=int(intput())\nif x==3||x==5||x==7:\n print ("YES")\nelse :\n\tprint("NO")', 'x=int(input())\nif x==3 or x==5 or x==7:\n print ("YES")\nelse :\n\tprint("NO")\n'] | ['Runtime Error', 'Accepted'] | ['s011557172', 's346034008'] | [2940.0, 2940.0] | [17.0, 18.0] | [72, 76] |
p03210 | u515364861 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n = int(input())\nif n==3 or n==5 or n==7:\n', "n = int(input())\nif n==3 or n==5 or n==7:\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Accepted'] | ['s166742038', 's027892318'] | [2940.0, 2940.0] | [17.0, 18.0] | [42, 80] |
p03210 | u516272298 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['s = input()\n\nx = []\nfor i in range(len(s) - 2):\n x.append(abs(int(s[i:i+3]) - 753))\n \nprint(min(x))', 'x = int(input())\n\nif ((x == 7) or (x == 5) or (x ==3)):\n print("Yes")\nelse:\n print("No")', 'x = int(input())\n\nif ((x == 7) or (x == 5) or (x ==3)):\n print("YES")\nelse:\n print("NO")'] | ['Runtime Error', 'Wrong Answer', 'Accepted'] | ['s073753688', 's344929361', 's106007141'] | [2940.0, 2940.0, 2940.0] | [18.0, 18.0, 18.0] | [105, 94, 94] |
p03210 | u516554284 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x=input()\nprint('YES' if x==3 or x==5 or x==7 else 'NO')\n", "x=input()\nprint('Yes' if x==3 or x==5 or x==7 else 'No')\n", "x=input()\nprint('Yes' if x==3 or x==5 or x==7 else 'NO')", "x=int(input())\nprint('YES' if x==3 or x==5 or x==7 else 'NO')\n"] | ['Wrong Answer', 'Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s001180407', 's850539019', 's970066813', 's184960241'] | [2940.0, 2940.0, 3060.0, 2940.0] | [17.0, 17.0, 19.0, 17.0] | [57, 57, 56, 62] |
p03210 | u519939795 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["n=int(input())\nif n==7 or n==5 or n==3:\n print('Yes')\nelse:\n print('No')", "x=input()\nprint('YES' if x in '753' else 'NO')"] | ['Wrong Answer', 'Accepted'] | ['s246217252', 's981456043'] | [2940.0, 3060.0] | [17.0, 19.0] | [78, 46] |
p03210 | u523087093 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\n\nif X == 7 or X == 5 or X == 3:\n print('Yes')\nelse:\n print('No')", "X = int(input())\n\nif X == 7 or X == 5 or X == 3:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s514280418', 's536427856'] | [9092.0, 9124.0] | [30.0, 29.0] | [87, 87] |
p03210 | u528807020 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = [int(i) for i in input().split()]\nif X == 3:\n print("YES")\nelif X == 5:\n print("YES")\nelif X == 7:\n print("YES")\nelse:\n print("NO")', 'X = [int(i) for i in input().split()]\nif X == 3 or X == 5 or X == 7:\n print("YES")\nelse:\n print("NO")', 'X = int(input())\nif X == 3 or X == 5 or X == 7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s549551518', 's801930828', 's587215612'] | [2940.0, 2940.0, 2940.0] | [17.0, 17.0, 18.0] | [147, 107, 82] |
p03210 | u529722835 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\n\tif X==3 or X==5 or X==7:\n \tprint('Yes')\n else:\n \tprint('No')", "X = int(input())\n\nif X==3 or X==5 or X==7:\n\tprint('YES')\nelse:\n \tprint('NO')"] | ['Runtime Error', 'Accepted'] | ['s668694731', 's399916529'] | [2940.0, 2940.0] | [17.0, 17.0] | [87, 77] |
p03210 | u533232830 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\nif x ==3 or x==5 or x==7:\n print("Yes")\nelse:\n print("No")', 'x = int(input())\nif x ==3 or x==5 or x==7:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s389018241', 's630117367'] | [2940.0, 2940.0] | [17.0, 17.0] | [81, 81] |
p03210 | u538774896 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['import sys\n \ndef main():\n\tx = sys.stdin.read()\n if x == 7 or x == 5 or x == 3:\n print("YES")\n else:\n print("NO")\n \nif __name__ == "__main__":\n main()', 'import sys\n \ndef main():\n x = sys.stdin.read()\n if x == 7 or x == 5 or x == 3:\n print("YES")\n else:\n print("NO")\n \nif __name__ == "__main__":\n main()', 'import sys\n\ndef main():\n\tx = sys.stdin.read()\n if x == 7 or x == 5 or x == 3:\n print("YES")\n else:\n print("NO")\n\nif __name__ == "__main__":\n main()', 'import sys\n \ndef main():\n x = int(sys.stdin.readline().strip())\n \n if x == 7 or x == 5 or x == 3:\n print("YES")\n else:\n print("NO")\n \nif __name__ == "__main__":\n main()'] | ['Runtime Error', 'Wrong Answer', 'Runtime Error', 'Accepted'] | ['s479562835', 's769979918', 's927682415', 's704648226'] | [2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 18.0, 18.0, 17.0] | [172, 175, 164, 197] |
p03210 | u538956308 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X == 7 or X == 5 or X ==3:\n print("Yes")\nelse:\n print("No")', 'X = int(input())\nif X == 7 or X == 5 or X ==3:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s832899845', 's652245665'] | [2940.0, 2940.0] | [17.0, 17.0] | [81, 81] |
p03210 | u539692012 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["print('NYoe s'[input()in'753'::2])", "print('NYOE S'[input()in'753'::2])"] | ['Wrong Answer', 'Accepted'] | ['s956296561', 's090743046'] | [2940.0, 2940.0] | [17.0, 17.0] | [34, 34] |
p03210 | u539826121 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\n\nl = [7, 5, 3]\n\nif x in l:\n print("Yes")\nelse:\n print("No")\n', 'x = input()\n\nif x in "753":\n print("Yes")\nelse:\n print("No")\n', 'x = input()\n\nif x in "753":\n print("Yes")\nelse:\n print("No")\n', 'x = int(input())\n\nl = [7, 5, 3]\n\nif x in l:\n print("Yes")\nelse:\n print("No")\n\n', 'x = input()\n\nif x in "753":\n print("YES")\nelse:\n print("NO")\n'] | ['Wrong Answer', 'Wrong Answer', 'Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s103927058', 's191250579', 's302102367', 's416628211', 's092448380'] | [2940.0, 2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 17.0, 18.0, 17.0, 17.0] | [83, 67, 67, 84, 67] |
p03210 | u543954314 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\nif 3 <= x <= 7 and x % 2 != 0:\n print("Yes")\nelse:\n print("No")', 'x = int(input())\nif 3 <= x <= 7 and x % 2 != 0:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s027402685', 's746160308'] | [2940.0, 2940.0] | [18.0, 18.0] | [82, 82] |
p03210 | u544050502 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X=int(input())\nprint("YES" if X==3or5or7 else "NO")', 'print("YES" if input() in "357" else "NO")'] | ['Runtime Error', 'Accepted'] | ['s513016708', 's968162084'] | [2940.0, 2940.0] | [19.0, 17.0] | [51, 42] |
p03210 | u545411641 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n = int(input())\nif n == 3 or n == 5 or n == 7:\n print(YES)\nelse:\n print(NO)', 'n = int(input())\nif n == 3 or n == 5 or n == 7:\n print("YES")\nelse:\n print("NO")'] | ['Runtime Error', 'Accepted'] | ['s639651499', 's417355526'] | [3316.0, 2940.0] | [19.0, 17.0] | [78, 82] |
p03210 | u546435433 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['if(input() in ["7","5","3"]):\n print("YES")\nprint("NO")', 'if(input() in ["7","5","3"]):\n print("YES")\n exit()\nprint("NO")'] | ['Wrong Answer', 'Accepted'] | ['s596879644', 's997458510'] | [2940.0, 2940.0] | [17.0, 17.0] | [56, 65] |
p03210 | u546943614 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x=int(input())\nif x==3||x==5||x==7:\n print("YES")\nelse:\n print("NO")\n', 'x=int(input())\nif x==3 or x==5 or x==7:\n print("YES")\nelse:\n print("NO")\n'] | ['Runtime Error', 'Accepted'] | ['s781034069', 's795271026'] | [2940.0, 2940.0] | [17.0, 18.0] | [71, 75] |
p03210 | u548545174 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["X = int(input())\nif X in [7, 5, 3]:\n print('Yes')\nelse:\n print('No')", "X = int(input())\nif X in [7, 5, 3]:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s235420633', 's883718203'] | [2940.0, 2940.0] | [17.0, 17.0] | [74, 74] |
p03210 | u550146922 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = int(input())\nli = [3,5,7]\nif x in li:\n print('YES')\nelse:\n print('NO'", "x = int(input())\nli = [3,5,7]\nif x in li:\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Accepted'] | ['s593956272', 's330208049'] | [8852.0, 9056.0] | [23.0, 26.0] | [79, 80] |
p03210 | u550535134 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X in "753":\n print("YES")\nelse:\n print("NO")', 'X = str(input())\nif X in "753":\n print("YES")\nelse:\n print("NO")\n'] | ['Runtime Error', 'Accepted'] | ['s584696852', 's281483148'] | [2940.0, 3060.0] | [17.0, 19.0] | [66, 67] |
p03210 | u553070631 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["y=int(input())\nif y==3:\n print('Yes')\nelif y==5:\n print('Yes')\nelif y==7:\n print('Yes')\nelse:\n print('No')", "y=int(input())\nif y==3:\n print('YES')\nelif y==5:\n print('YES')\nelif y==7:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s435880712', 's419073607'] | [2940.0, 2940.0] | [17.0, 18.0] | [110, 110] |
p03210 | u556589653 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X = 3:\n print("YES")\nelif X = 5:\n print("YES")\nelif X = 7:\n print("YES")\nelse:\n print("NO")', "X = int(input())\nif X == 7 or X == 5 or X == 3:\n print('YES')\nelse:\n print('NO')"] | ['Runtime Error', 'Accepted'] | ['s559128133', 's412385618'] | [2940.0, 2940.0] | [17.0, 17.0] | [115, 82] |
p03210 | u556594202 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['print("Yes" if int(input()) in [7,5,3] else "No")', 'print("YES" if int(input()) in [7,5,3] else "NO")'] | ['Wrong Answer', 'Accepted'] | ['s543944174', 's610185274'] | [9056.0, 9060.0] | [32.0, 30.0] | [49, 49] |
p03210 | u558059388 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["a=int(input())\nif a == 3 or a == 5 or a == 7:\n print('Yes')\nelse:\n print('No')", "a=int(input())\nif a == 3 or a == 5 or a == 7:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s135400152', 's372389014'] | [2940.0, 2940.0] | [17.0, 18.0] | [80, 80] |
p03210 | u560952001 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x=int(input())\nif x==(7 or 5 or 3):\n print('YES')\n\nelse:\n print('NO')\n", "x=int(input())\nif x==(7 or 5 or 3):\n print('YES')\n\nelse:\n print('NO')\n", "x=int(input())\nif x==7 or x==5 or x==3:\n print('YES')\n\nelse:\n print('NO')\n"] | ['Wrong Answer', 'Wrong Answer', 'Accepted'] | ['s923877789', 's952905975', 's085669920'] | [2940.0, 2940.0, 2940.0] | [17.0, 18.0, 18.0] | [76, 76, 80] |
p03210 | u564368158 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['#include<bits/stdc++.h>\nusing namespace std;\n\nint main(){\n int X;\n cin >> X;\n if ((X == 3) || (X == 5) || (X == 7)){\n cout << "YES" << endl;\n }else {\n cout << "NO" << endl;\n }\n}', 'x = int(input())\nif (x == 7) or (x == 5) or (x == 3):\n print("YES")\nelse:\n print("NO")'] | ['Runtime Error', 'Accepted'] | ['s329604018', 's344294045'] | [2940.0, 2940.0] | [17.0, 18.0] | [206, 88] |
p03210 | u564906058 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = input()\nx = int(x)\nif x = 7 or x = 5 or x = 3:\n print('YES')\nelse:\n print('NO')", "x = input()\nx = int(x)\nif x == 7 or x == 5 or x == 3:\n print('YES')\nelse:\n print('NO')\n"] | ['Runtime Error', 'Accepted'] | ['s023986765', 's353688355'] | [2940.0, 2940.0] | [17.0, 18.0] | [85, 89] |
p03210 | u566428756 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["if int(input()) in [7,5,3]:\n print('Yes')\nelse:\n print('No')", "if int(input()) in [7,5,3]:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s558997821', 's473439230'] | [2940.0, 2940.0] | [17.0, 17.0] | [66, 66] |
p03210 | u566574814 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = input()\nif x == 7 or x == 5 or x == 3:\n print("YES")\nelse:\n print("NO")', 'x = int(input())\nif x == 7 or x == 5 or x == 3:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s307176673', 's417730842'] | [2940.0, 2940.0] | [17.0, 17.0] | [81, 86] |
p03210 | u569742427 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X=input()\nans=\'NO\'\nif X==3 or X==5 or X==7 :\n ans="YES"\nprint(ans)\n', 'X=int(input())\nans=\'NO\'\nif X==3 or X==5 or X==7 :\n ans="YES"\nprint(ans)\n'] | ['Wrong Answer', 'Accepted'] | ['s960563780', 's358922236'] | [2940.0, 2940.0] | [18.0, 20.0] | [70, 75] |
p03210 | u570018655 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['n = int(input())\nans = "No"\nif n == 3 or n == 5 or n == 7:\n ans = "Yes"\nprint(ans)', 'n = int(input())\nans = "NO"\nif n == 3 or n == 5 or n == 7:\n ans = "YES"\nprint(ans)\n'] | ['Wrong Answer', 'Accepted'] | ['s430812601', 's463489661'] | [2940.0, 2940.0] | [17.0, 17.0] | [85, 86] |
p03210 | u572193732 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nL = [3, 5, 7]\nif X in L:\n print("Yes")\nelse:\n print("No")', 'X = int(input())\nL = [3, 5, 7]\nif X in L:\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s757015317', 's195443105'] | [2940.0, 2940.0] | [17.0, 17.0] | [80, 80] |
p03210 | u574053975 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['a=int(input())\n\nif a == 7 or a == 5 or a == 3:\n pritn("YES")\nelse:\n print("NO")', 'a=int(input())\n \nif a == 7 or a == 5 or a == 3:\n print("YES")\nelse:\n print("NO")'] | ['Runtime Error', 'Accepted'] | ['s711884064', 's977908885'] | [2940.0, 2940.0] | [18.0, 18.0] | [81, 82] |
p03210 | u576434377 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\n\nif (x / 7 <= 1 and x % 7 == 0) or (x / 5<= 1 and x % 5 == 0) or (x / 3 <= 1 and x % 3 == 0):\n print("Yes")\nelse:\n print("No")', '\nx = int(input())\n\nif (x / 7 <= 1 and x % 7 == 0) or (x / 5<= 1 and x % 5 == 0) or (x / 3 <= 1 and x % 3 == 0):\n print("YES")\nelse:\n print("NO")'] | ['Wrong Answer', 'Accepted'] | ['s505061476', 's439470588'] | [2940.0, 2940.0] | [17.0, 17.0] | [150, 151] |
p03210 | u578849654 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['X = int(input())\nif X==3 or X==5 or X==6:print("YES")\n else:print("NO")', 'x = int(input())\nif x==3 or x==5 or x==7:print("YES")\nelse:print("NO")'] | ['Runtime Error', 'Accepted'] | ['s381839894', 's328589676'] | [2940.0, 2940.0] | [17.0, 18.0] | [72, 70] |
p03210 | u580236524 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["S = int(input())\nif S==3 or S==5 or S==7:\n print('Yes')\nelse:\n print('No')", "S = int(input())\nif S==3 or S==5 or S==7:\n print('YES')\nelse:\n print('NO')"] | ['Wrong Answer', 'Accepted'] | ['s417286387', 's134062328'] | [2940.0, 2940.0] | [18.0, 17.0] | [76, 76] |
p03210 | u580873239 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['1<=X<=9\nX=int(input("age"))\nif X=3 or X=5 or X=7:\n print("Yes")\nelse:\n print("No")', '\nX=int(input("age"))\nif X=3 or X=5 or X=7:\n print("Yes")\nelse:\n print("No")', 'X = int(input())\n\nif X==3 or X==5 or X==7:\n print("Yes")\n \nelse:\n print("No")', '1<=X<=9\nX=input("age")\nif X=3 or X=5 or X=7:\n print("Yes")\nelse:\n print("No")', 'X=int(input())\nif X==3 or X==5 or X==7:\n print("Yes")\n \nelse:\n print("No")', 'X = int(input())\n\nif X<=0 or 10<=X:\n print("error")\n \nelif X==3 or X==5 or X==7:\n print("Yes")\n \nelse:\n print("No")', 'X = int(input())\n\nif X==3 or X==5 or X==7:\n print("Yes")\n \nelse:\n print("No")', 'X=input("年齢を1から9歳までで入力してください")\nif X=3 or X=5 or X=7:\n\tprint("Yes")\n \nelse:\n print("No")', 'x = int(input())\n\nif x==7 or x==5 or x==3 :\n print("YES")\n\nelse :\n print("NO")'] | ['Runtime Error', 'Runtime Error', 'Wrong Answer', 'Runtime Error', 'Wrong Answer', 'Wrong Answer', 'Wrong Answer', 'Runtime Error', 'Accepted'] | ['s054662568', 's204571086', 's404316619', 's463531351', 's547088838', 's830721199', 's860873671', 's924336287', 's233646788'] | [2940.0, 2940.0, 2940.0, 2940.0, 2940.0, 2940.0, 2940.0, 2940.0, 2940.0] | [18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 17.0, 19.0] | [84, 77, 80, 79, 77, 120, 80, 125, 84] |
p03210 | u584083761 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ['x = int(input())\ny = [3,5,7]\nprint("Yes" if x in y else "No")', 'x = int(input())\ny = [3,5,7]\nprint("YES" if x in y else "NO")'] | ['Wrong Answer', 'Accepted'] | ['s396830107', 's744115127'] | [2940.0, 2940.0] | [17.0, 17.0] | [61, 61] |
p03210 | u584762652 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = input()\n\nif x in range(1, 9) and x in (7, 5, 3):\n print('YES')\nelse:\n print('NO')\n", "x = input()\nif x in (7, 5, 3):\n print('YES')\nelse:\n print('NO')\n", "x:int = input()\nif x in (7, 5, 3):\n print('YES')\nelse:\n print('NO')\n", "def check753(self):\n if self in range(1, 9) and self in (7, 5, 3):\n print('YES')\n else:\n print('NO')", "x = int(input())\nif x in (7, 5, 3):\n print('YES')\nelse:\n print('NO')\n"] | ['Wrong Answer', 'Wrong Answer', 'Runtime Error', 'Wrong Answer', 'Accepted'] | ['s197346915', 's489018750', 's673532511', 's891861114', 's021808363'] | [2940.0, 2940.0, 2940.0, 2940.0, 2940.0] | [17.0, 18.0, 18.0, 18.0, 18.0] | [92, 70, 74, 120, 75] |
p03210 | u595375942 | 2,000 | 1,048,576 | _Shichi-Go-San_ (literally "Seven-Five-Three") is a traditional event in a certain country to celebrate the growth of seven-, five- and three-year-old children. Takahashi is now X years old. Will his growth be celebrated in Shichi-Go-San this time? | ["x = int(input())\nprint('Yes' if x == 7 or x == 5 or x == 3 else 'No')", "x = int(input())\nprint('YES' if x == 7 or x == 5 or x == 3 else 'NO')\n"] | ['Wrong Answer', 'Accepted'] | ['s512908378', 's577492183'] | [2940.0, 2940.0] | [17.0, 18.0] | [69, 70] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.