Comments

nater5247 so, what happened after u solved '6' ?

He joked!

last one is pretty much impossible now!

ko_osaga stream please !

what does this "time ./%:r < %:r.in" do?
i know it shows time but can't configure the input option.
How to use it?

How can i add this  --stack,268435456 in vim compilation flag in linux !?

How can i add this  --stack,268435456  in vimrc compilation flag in linux !?

when will u stream next time?
& can u share your vimrc as well?

i am a beginner & want to use vim on mac. did u use alacritty & vim on mac? if then, plz help me to do it altogether.. thanks in advance!

On scott_wuCF Speed-solve Livestream, 5 years ago
-24

Can u plz make a video on your setup of vim? it'd be really helpful!!

Make a video of Vim setup on mac!!

which keyboard do u use?

i know about vertical & horizontal split.. but how could you manage the input and output of that specific file.. can u plz tell me elaborately?
which functions/commands did u apply?

Your Vim is just Awesome!
i followed the whole video but couldn't make the input & output format on the right side like u. i think the video is incomplete. plz help me.

And another question:
if i use kitty terminal & fish shell, will i be able to make my vim environment like u?

are u on mac?
and (if possible) can u attach ss of your terminal vim?

Enable VOD on twitch

On QualifiedUsing Vim for C++, 5 years ago
0

unblock me

-16

dont spam

so you use neovim now?
& why did u suggest to install fish shell? what does it do anyway?

thanks...but what about neovim?

On BrymaWhat editor do you use ?, 5 years ago
0

i normaly use gVim on windows but i am thinking of switching from windows to mac. i figured macvim is not good enough..so have to go with neovim.. i think if u could help me to configure & choose the right type of vim..thanks

by the way, can u share your vimrc with me?

On BrymaWhat editor do you use ?, 5 years ago
0

Do u use neovim on Mac? if then plz help to set it up also.. thanks

On QualifiedThe secret, 5 years ago
0

unblock me!!!

plz make a video on roadmap to cp ..like what to learn after what.. cz it is very usual to get lost at cp. Hope u'll get it & make asap..thanks

On BenqGeneral Resources, 6 years ago
-13

does Benq stream his contests on youtube/twitch ?

0

Hi guys, the list is huge, it'd be better if someone recommend me the best ones you're using!

Bruh! it doesn't copy the format. I am attaching a picture of it => https://imgur.com/BseHPhJ

i downloaded the google sheet as an excel sheet(.xlsx) for windows, but when i create a new row the formulas + formats are not copied! What can i do for this !?

yeah, i know but i want to put different colors.

But there's a error. whenever i replace my own problems in the place of the remaining problems list it works! but if i outnumber the problems list (like if i put one line below the D3 sheet nothing works ) the summation + color + counting are not working!! what's the fix ?

thanks, by the way, how can i change the color of WA,TLE,AC,CS in that sheet ?

i did read the page. But you didn't get me! i asked for a blank sheet where i can put my own problems and monitor my improvements.

could u plz make a blank sheet of junior training sheet and provide plz ?

On QualifiedUsing Vim for C++, 6 years ago
0

is it for ubuntu ?

On QualifiedUsing Vim for C++, 6 years ago
0

can u share a valid vimrc file for ubuntu ?

MikeMirzayanov yeah, this feature should be included !

Thanks!

this blog teaches it full !

On QualifiedUsing Vim for C++, 6 years ago
0

.

On QualifiedUsing Vim for C++, 6 years ago
0

.

On QualifiedUsing Vim for C++, 6 years ago
0

use this

autocmd filetype cpp nnoremap <F10> :w !g++ -std=c++14 -O2 -Wall % -o %:r && %:r.exe

just pess F10 to compile & run at the same time and you'll not get any error.

thanks!

-28

which code editor do u use for coding ?

On QualifiedUsing Vim for C++, 6 years ago
0

which compiler are u using for C++ ?

On QualifiedUsing Vim for C++, 6 years ago
0

But when i try to add bits/stdc++.h , it doesn't work and shows error.

On QualifiedUsing Vim for C++, 6 years ago
0

But, how can i add this --stack,268435456 in vimrc for compiling & running at the same time !?

On QualifiedUsing Vim for C++, 6 years ago
0

How can i compile & run pressing a single function ?? i have a source but it only compile & runs C++11 .But i want it for C++17 .