/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:6: error: 'count' undeclared (first use in this function)
      count<<"Hello!<<end1;
      ^~~~~
/in/foo.c:5:6: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:5:13: warning: missing terminating " character
      count<<"Hello!<<end1;
             ^
/in/foo.c:5:13: error: missing terminating " character
      count<<"Hello!<<end1;
             ^~~~~~~~~~~~~~
/in/foo.c:6:27: error: 'end1' undeclared (first use in this function)
   count<<"welcome to C!"<<end1;
                           ^~~~

信息

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