Skip to content

Commit 8a44c9a

Browse files
committed
remove
1 parent 35fca4f commit 8a44c9a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

library/contest/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ for policy base DS:
1414
#include <bits/extc++.h>
1515
```
1616

17-
for -std=c++17
18-
```
19-
#define ssize(x) (int)(x).size()
20-
```
21-
2217
don't use cin for doubles/floats, it's slow, read into string, then convert to double/float
2318
- [C++ tips and tricks](https://codeforces.com/blog/entry/74684)
2419
- invokes RTE (Run Time Error) upon integer overflow

0 commit comments

Comments
 (0)