This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/1_Intro/Tips_Tricks.mdx
2020-07-14 15:46:55 -07:00

26 lines
No EOL
564 B
Text

---
id: tips-tricks
title: Tips & Tricks
author: Benjamin Qi, Nathan Chen, Aaron Chew, Nathan Wang
description: "Tips & tricks that will help you code better and faster: I/O speed, Debugging, & Macros."
---
import InputOutput from "../../additionalcontent/Input_Output.mdx";
import DebuggingCpp from "../../additionalContent/Debugging_Cpp.mdx";
import ShortenCpp from "../../additionalContent/Shorten_Cpp.mdx";
<InputOutput />
<LanguageSection>
<CPPSection>
<DebuggingCpp />
<ShortenCpp />
</CPPSection>
<JavaSection />
<PythonSection />
</LanguageSection>