| Show all threads Hide all threads Show all messages Hide all messages |
| wa17 | 👑TIMOFEY👑 | 1905. Travel in Time | 6 Jul 2023 12:28 | 1 |
wa17 👑TIMOFEY👑 6 Jul 2023 12:28 u visit end vertex more than one time, idk why we need only 1 time it visit, but by that i got ac |
| Help with WA 4 pls | Dmitriy | 1380. Ostap's Chess | 5 Jul 2023 19:17 | 2 |
Please tell me this test and tell me if the three-time repetition of the position by the king is taken into account (in chess, in this situation there is a draw) Three-time repetition or the fifty-move rule are not considered in this problem (or at least I didn't implement them and got AC). |
| Can the answer be N if there is no *? | Jurca Razvan | 1559. TruCoders Linguistics | 5 Jul 2023 16:43 | 2 |
|
| Can you explain this test? | Mickkie | 1559. TruCoders Linguistics | 5 Jul 2023 16:40 | 2 |
a0a* F My WA output N (infinite) I interpret this as (a)concat(0)concat(a*) = {a, aa, aaa, aaaa, ...} This expression describes words of the form xyz, where x comes from the set {a}, y comes from the set {} (i.e. empty set), and z comes from the set {empty_word, a, aa, aaa, ...}. Since y must be an element of an empty set, there is no such word of the form xyz, so the answer is F. |
| Circles can be quite hardly deformed | Igor Parfenov | 1378. Artificial Intelligence | 3 Jul 2023 17:43 | 1 |
If you are solving through comparing Min and Max distance from some border point to center of figure, then check for circle in following way: Max - Min <= 3. |
| wa 1,2,3,4 and greedy algo | 👑TIMOFEY👑 | 1721. Two Sides of the Same Coin | 3 Jul 2023 09:55 | 1 |
why greedy with catching two mins dont work pseydotests: #1: test test, universal base #2: universal, base base, universal #3: universal base test universal |
| For who get WA#26 or WA#30 | hyman00 | 1965. Pear Trees | 2 Jul 2023 13:53 | 1 |
Try the test 8 1 7 4 6 3 5 2 8 and 8 8 2 5 3 6 4 7 1 . Both tests have solutions. |
| wa13 | 👑TIMOFEY👑 | 1580. Dean's Debts | 1 Jul 2023 11:36 | 1 |
wa13 👑TIMOFEY👑 1 Jul 2023 11:36 |
| wa 24 | Raphael Osipov | 2142. Magic | 29 Jun 2023 02:05 | 1 |
wa 24 Raphael Osipov 29 Jun 2023 02:05 1000000000 1000000000 1000000000 0 0 0 answer: It is a kind of magic |
| WA #8 | Levon Oganesyan | 1592. Chinese Watches | 28 Jun 2023 11:28 | 2 |
WA #8 Levon Oganesyan 29 Nov 2013 16:49 Please give me some tests, my program passed all the tests on the forum Edited by author 22.07.2020 04:11 3 3:00:00 4:00:00 12:00:00 answer: 4:00:00 4 1:00:00 6:00:00 6:00:00 12:00:00 answer: 6:00:00 3 1:00:00 6:00:00 12:00:00 answer: 1:00:00 |
| WA7 | 👑TIMOFEY👑 | 1254. Die Hard | 26 Jun 2023 19:02 | 1 |
WA7 👑TIMOFEY👑 26 Jun 2023 19:02 you don't know how to write bfs, try watching videos for beginners |
| WA6 | 👑TIMOFEY👑 | 1254. Die Hard | 26 Jun 2023 18:40 | 1 |
WA6 👑TIMOFEY👑 26 Jun 2023 18:40 |
| If you have WA#24 | Dmitrii | 1901. Space Elevators | 25 Jun 2023 22:18 | 1 |
Try this test: 9 6 2 3 2 5 3 4 1 6 1 Answer: 8 1 6 1 2 2 5 3 4 3 |
| if WA#8 | liushujia | 1146. Maximum Sum | 24 Jun 2023 15:40 | 9 |
if WA#8 liushujia 24 Aug 2011 18:59 try this: sample input: 2 -1 -2 -3 -4 sample output: -1 |
| WA#5_Есть_пробелы_на_входе | Klim Shramko | 1881. Long problem statement | 23 Jun 2023 16:59 | 1 |
Код идеален но не проходил 5 тест. Писал на пайтоне. Просто ради эксперимента к sys.stdin.read() добавил стрип - sys.stdin.read().strip() и вуаля - AC. По условиям задачи, замечу, вроде так быть не должно. Если нужен сам рабочий код - пишите |
| The most stupid Mistake ever. TL15 | andreyDagger`~ | 1996. Cipher Message 3 | 23 Jun 2023 01:41 | 1 |
I spent 20 submissions, because of TLE15. I tried many fft implementations. But the error was in my z function |
| To admins | Mescheryakov_Kirill [SESC17] | 1119. Metro | 21 Jun 2023 04:11 | 3 |
To admins Mescheryakov_Kirill [SESC17] 23 Feb 2016 11:20 In a task it is told that a way of departure (1; 1) though, actually, the way of departure has to be (0; 0) Nop, he is starting out from the south-west corner of the 1;1 quarter Isn't that the same as 0;0? |
| Take care of the bees! | bsu.mmf.team | 1983. Nectar Gathering | 17 Jun 2023 02:09 | 1 |
My bee had to make only 200 flights, if you know what I mean :) 100 flights wasn't enough to get AC |
| Wrong answer test 8 | Леонид | 1496. Spammer | 15 Jun 2023 22:13 | 2 |
n = int(input()) sp = [] c = 0 for i in range(n): b = input() sp.append(b) sp.sort() for i in sp: if sp.count(i) >= 2 and c == 0: print(i) c = 1 if sp.count(i) < 2: c = 0 |
| WA #7! Please? give me this test! | Кирилл | 1496. Spammer | 15 Jun 2023 22:12 | 2 |
Pascal var a,b: array[1..100] of string; i,j,k,n: integer; s: string; f: boolean; begin readln(n); for i:=1 to n do begin readln(s); f:=false; for j:=1 to n do if a[j] = s then f:=true; if f = false then a[i]:=s else begin f:=false; for j:=1 to n div 2 do if b[j] = s then f:=true; if f = false then b[i]:=s; end; end; for i:=1 to n div 2 do if b[i] <> '' then writeln(b[i]);
end. |