Temporarily, Codeforces is operating in a limited mode due to technical reasons (historical data is unavailable). This will be fixed in the next few hours. ×

AksLolCoding's blog

By AksLolCoding, history, 8 hours ago, In English

Let's turn the controversy up to 11 (not in binary). Feel free to post some more polls in the comments if you want to

What is this data structure called?

Disjoint Set Union

Union-Find

How do you indent?

2 Spaces

4 Spaces

Tabs

No indentation (you need help)

Best language for CP?

C

C++

Python

Java

What type of variable do you prefer?

Local

Global

How do you bfs/dfs?

Deque

Recursion

Some from the comments:

(C/C++ only) How do you I/O?

Cin/cout

Printf/scanf

Custom superfast io

What range do you use?

[l,r]

[l,r) [likes:7,option2]

(l,r)

Segment Tree

Array based

Pointer based

(Inspired by neal.fun)

  • Vote: I like it
  • +2
  • Vote: I do not like it

»
8 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by AksLolCoding (previous revision, new revision, compare).

»
8 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by AksLolCoding (previous revision, new revision, compare).

»
8 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by AksLolCoding (previous revision, new revision, compare).

»
7 hours ago, # |
  Vote: I like it +1 Vote: I do not like it
  1. All five statements below are true.
  2. None of the four statements below are true.
  3. Both of the statements above are true.
  4. Exactly one of the three statements above is true.
  5. None of the four statements above are true.
  6. None of the five statements above are true.
»
7 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

Y'all sleeping on Python

»
6 hours ago, # |
Rev. 2   Vote: I like it -7 Vote: I do not like it

Best language for CP?

1st option is the correct answer, but only me got it correct?

»
6 hours ago, # |
  Vote: I like it +5 Vote: I do not like it

Which one is better cin/cout or scanf/printf?

»
6 hours ago, # |
  Vote: I like it +10 Vote: I do not like it

Does having a anime girl as your pfp effect your rating?

»
5 hours ago, # |
  Vote: I like it +23 Vote: I do not like it

Who tf uses deque for dfs?

»
5 hours ago, # |
Rev. 3   Vote: I like it +24 Vote: I do not like it

Suggestion: Do you use Inclusive-Inclusive [L,R] ranges or Inclusive-Exclusive [L,R) ranges?

Suggestion 2: Do you use node-based (pointer) or array-based segment tree?

»
3 hours ago, # |
  Vote: I like it +5 Vote: I do not like it

wow nice initiative, thanks

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by AksLolCoding (previous revision, new revision, compare).

»
86 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

How do you write the functions on a segment tree? Recursive — iterative