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() { int a, b, c; cin >> a >> b >> c; }
コンパイルすると、すべての整数がendlそれらの間にあるように尋ねられます。aプログラムが,を 1 行bと1 行で区切って要求するようにするにはどうすればよいcでしょうか?
endl
a
b
c