C++程序无法编译
#include int main(){ int a = 0; int b = 0; while (std::cin>>a){ b += a; } std::cout<return 0; }
[Build Error][HelloC++.o]Error1
编译成功
return左边的全部删掉