/ Vijos /

记录详情

Compile Error

foo.cc:5:13: warning: missing terminating " character
    5 |      count<<"Hello!<<end1;
      |             ^
foo.cc:5:13: error: missing terminating " character
    5 |      count<<"Hello!<<end1;
      |             ^~~~~~~~~~~~~~
foo.cc: In function ‘int main()’:
foo.cc:5:6: error: ‘count’ was not declared in this scope
    5 |      count<<"Hello!<<end1;
      |      ^~~~~
foo.cc:6:34: error: ‘end1’ was not declared in this scope
    6 |          count<<"welcome to C!"<<end1;
      |                                  ^~~~

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C++
递交时间
2024-04-15 21:37:42
评测时间
2024-04-15 21:37:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes