Тёмный

Competitive Programming Training 090 -- Bitmasks! 

PHCuber
Подписаться 4,5 тыс.
Просмотров 321
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@PHCuber
@PHCuber 5 месяцев назад
My scratch paper for PTCP-090 can be found here! drive.google.com/file/d/1oWNaXigF3XQGfBz7es7RdsJgua84CJ_4
@davinho-b6r
@davinho-b6r 5 месяцев назад
is writing down these notes while solving important ? how far this helps? and this or a whiteboard with marker better
@PHCuber
@PHCuber 5 месяцев назад
Yes, writing notes / scratchwork work is definitely important unless you’re at the level where you can mindsolve every problem! I never tried using whiteboard though
@vincentloh9709
@vincentloh9709 5 месяцев назад
compiling to an .exe is so cursed on macos lol also just curious, why do you have O1, O2, O3, and Ofast as pragmas? just Ofast should be sufficient I think
@PHCuber
@PHCuber 5 месяцев назад
oh, what do you do for Mac? I just replicated my WSL setup haha Also I just put all of the pragmas in my template code, and it works I guess!
@vincentloh9709
@vincentloh9709 5 месяцев назад
@@PHCuber I don't use mac, I use linux :p but I usually compile to a .out file or a file without an extension, because that seems to be standard for linux executables. Not entirely sure, though :)
@PHCuber
@PHCuber 5 месяцев назад
@vincentloh9709 oh yeah lol I also output to .out if the output needs to be readable
@vincentloh9709
@vincentloh9709 5 месяцев назад
@@PHCuber ah nice