Compile Error

/in/foo.cc:6:10: warning: missing terminating " character
  cout << "##### <<endl;
          ^
/in/foo.cc:6:10: error: missing terminating " character
  cout << "##### <<endl;
          ^~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: error: expected primary-expression before 'return'
  return 0;
  ^~~~~~

信息

递交者
类型
递交
语言
C++
递交时间
2023-12-15 20:12:15
评测时间
2023-12-15 20:12:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes