Should Multi-threading be disabled on codeforces server?

Revision en3, by Kaneki_04, 2017-11-27 14:40:19

I had an assignment involving multi-threading and I was curious about what happens if I implement this here.

So, I ran this code to check if it was possible to reduce execution time.

At an input of N around 7*10^4 2 and 5 threads gave 6162ms while 9 threads gave 3478ms.

So by this logic isn't it possible to implement some brute force solutions via multi-threading?

This would defeat the purpose of competitive programming right?(It is certainly not efficient but someone can submit a brute force solution and get their solution accepted but one who couldn't think of an optimum method ends up losing points)

Edit:

Test 1

Test 2

Tags multi-threading

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Kaneki_04 2017-11-27 14:40:19 4 Tiny change: ' N around 10^5 2 and 5 t' -> ' N around 7*10^4 2 and 5 t'
en2 English Kaneki_04 2017-11-27 14:37:15 87 Tiny change: 'n\nEdit:\n[Test 1]' -> 'n\nEdit:\n\n[Test 1]'
en1 English Kaneki_04 2017-11-27 14:01:45 711 Initial revision (published)