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.
私がする必要があるのは、キーボードから int c 文字列を入力することですが、各桁は 1 桁の int である必要があります。
たとえば、実行中のプログラムで「1234」と入力すると、「1234」ではなく、「1」の後に「2」、「3」、「4」が続くはずです。私はそれに関する私の思考プロセスを提出しますが、ここで完全に途方に暮れています.
ちなみに、これは C++ であり、STL ライブラリからは何も使用できないという制限があります。