/ Vijos /

记录详情

Compile Error

foo.cc:1:9: error: #include expects "FILENAME" or <FILENAME>
    1 | #include
      |         ^
foo.cc:3:9: error: #include expects "FILENAME" or <FILENAME>
    3 | #include
      |         ^
foo.cc: In function 'void Print(long int, long int)':
foo.cc:19:1: error: 'cout' was not declared in this scope
   19 | cout
      | ^~~~
foo.cc:1:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
  +++ |+#include <iostream>
    1 | #include
foo.cc:19:1: error: expected '}' at end of input
   19 | cout
      | ^~~~
foo.cc:17:1: note: to match this '{'
   17 | {
      | ^
foo.cc:19:1: error: expected '}' at end of input
   19 | cout
      | ^~~~
foo.cc:13:1: note: to match this '{'
   13 | {
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1038 添加括号
语言
C++
递交时间
2022-03-08 16:01:39
评测时间
2022-03-08 16:01:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes