Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#include <iostream> using namespace std; int main() { string s; cin >> s; cout << "Hello World!"; }
これは機能していません。なんで?
するのを忘れたから#include <string>
#include <string>
あなたがすべき#include <string>