2021/winter interview training for facebook/google

This commit is contained in:
Vahagn Khachatryan
2021-03-26 19:34:05 +00:00
parent e9877a356e
commit 539e4b0077
7 changed files with 467 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
SRC=$(ls -t *.cpp | head -1)
set -x
clang -std=c++20 -O2 -pthread -lstdc++ -I. $SRC && ./a.out