#include using namespace std; int main() { cout<<"hello,world!"<return 0; }
运行结果出来是hello,world!没问题但是提交后显示答案错误
程序没有问题,你检查一下是否要求输出“hello,world!”,可能是首字母要求大写
题目是啥啊???是不是不要加endl呢
可以给下题目。
return 0不应该在输出符的那边呀。应该在最下面呢。