Блог пользователя __asm__

Автор __asm__, 4 месяца назад, По-английски

It is this time of year! Many people trying to summarize all the things happened during the year. And since I love to hate people, I want to make a vote for most annoying person on CF in 2023.

I know that I'm not in top contributors list, so to vote for given person you should downvote the comment with this person's handle(s). Due to the nature of voting through comments on CF, you can vote for many people, and you can also upvote comments if you find given person's comments helpful/funny/positive.

If you care for your contribution but want to nominate a candidate, you can PM me their handle(s), then I will write a comment to vote. Note that I will write that it was you who nominated this person, so it saves your contribution but not relationships with the nominee. I will ignore messages from people without rating. If you hate someone already nominated so much that you want them to know, you can also PM me so I'll add you to list of people who nominated given person.

Obviously, you can nominate someone with your own comment, but watch out for downvotes.

Also, you can try to increase your contribution by nominating some very nice people unanimously loved by community. In that case I will nominate you right after that.

I know that I'm obvious not candidate, especially after writing this post. But I don't annoy me, so go on and show me your hatred :)

Love you all, __asm__.

Final Standings

Congratulations to the winners!

  1. 74TrAkToR -922
  2. MikeMirzayanov -536
  3. PinkieRabbit -304
  4. WeaponizedAutist -292
  5. xlpg0317 -191
  6. SkyWave2022 -187
  7. kostka -130
  8. TimDee -130
  9. KevinYao -105
  10. lis05 -90
  11. Kevin114514 -58

last update: 2024/01/11 9:45 UTC+3

(forked from https://mirror.codeforces.com/blog/entry/64101)

Полный текст и комментарии »

  • Проголосовать: нравится
  • +315
  • Проголосовать: не нравится

Автор __asm__, история, 7 месяцев назад, По-английски
  • Проголосовать: нравится
  • +59
  • Проголосовать: не нравится

Автор __asm__, история, 19 месяцев назад, По-английски

Crying took part in the last contest.

we can see at 01:53:17 Crying submitted problem C and get wa on test 3 : 175019412

and just after 1 minute, he submitted another code and get AC : 175019782

and the code is

__asm__(R"(
	.file	"C.cpp"
	.section	.text$_Z4Readv,"x"
	.linkonce discard
	.globl	_Z4Readv
	.def	_Z4Readv;	.scl	2;	.type	32;	.endef
	.seh_proc	_Z4Readv
_Z4Readv:
.
.
.
.

r1:
	.space 4
	.ident	"GCC: (tdm64-1) 4.9.2"
	.def	getchar;	.scl	2;	.type	32;	.endef
	.def	puts;	.scl	2;	.type	32;	.endef
 
)");

and after only 2 minutes, he submit D and get AC 175020241 and the code is also asm

how can he do all this in 3 minutes?

in code C we find .def getchar; .scl 2; .type 32; .endef .def puts; .scl 2; .type 32; .endef

but the previous submission use only cin/cout and should not contain this!

and the other contest we can find similar things happening : 174133908

Полный текст и комментарии »

  • Проголосовать: нравится
  • +108
  • Проголосовать: не нравится