回答編集履歴
1
追記
answer
CHANGED
@@ -1,2 +1,3 @@
|
|
1
1
|
`studio`じゃなくて`stdio`ですよ。
|
2
|
-
なんも妙な設定をしていなければ、一行目に`#include <stdio.h>`と書けば解決します。
|
2
|
+
なんも妙な設定をしていなければ、一行目に`#include <stdio.h>`と書けば解決します。
|
3
|
+
C++としてビルドしたいなら`#include <cstdio>`の方が良いかもしれません。
|