From f2c40a5e3b080b764b842239fe308e42a1422724 Mon Sep 17 00:00:00 2001 From: many bear <98581612+6666dustry@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:17:23 +0900 Subject: [PATCH] Update content/1_General/Running_Code_Locally.mdx --- content/1_General/Running_Code_Locally.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/1_General/Running_Code_Locally.mdx b/content/1_General/Running_Code_Locally.mdx index d9d7a8dc77..21d9abf367 100644 --- a/content/1_General/Running_Code_Locally.mdx +++ b/content/1_General/Running_Code_Locally.mdx @@ -267,7 +267,7 @@ If you have installed `g++` as described This is usable with [GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection). However, Mac OS X uses [Clang](https://en.wikipedia.org/wiki/Clang) while Windows uses -[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) by default. `` is **not** a standard header file, so it will not work with the latter two. This is one of the reasons why you should **not** use `` outside of competitive programming.