c++ - fatal error C1083: Cannot open include file: 'iostream': No such ...

c++ - fatal error C1083: Cannot open include file: 'iostream': No such ...

瀏覽:1496
日期:2025-11-14
One problem is that you did not include the namespace std . This is what your code should look like: #include using namespace std; ......看更多