We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30b722 commit f2c40a5Copy full SHA for f2c40a5
content/1_General/Running_Code_Locally.mdx
@@ -267,7 +267,7 @@ If you have installed `g++` as described
267
This is usable with
268
[GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection). However, Mac OS X
269
uses [Clang](https://en.wikipedia.org/wiki/Clang) while Windows uses
270
-[Microsoft Visual C++ (MVSC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B)
+[Microsoft Visual C++ (MSVC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B)
271
by default. `<bits/stdc++.h>` is **not** a standard header file, so it will not
272
work with the latter two. This is one of the reasons why you should **not** use
273
`<bits/stdc++.h>` outside of competitive programming.
0 commit comments