记录详情

Compile Error

foo.cc:8:9: warning: missing terminating " character
   cout<<" _  _
         ^
foo.cc:8:9: error: missing terminating " character
   cout<<" _  _
         ^~~~~~
foo.cc:10:22: warning: missing terminating " character
             |_| _|  |";
                      ^
foo.cc:10:22: error: missing terminating " character
             |_| _|  |";
                      ^~
foo.cc:12:9: warning: missing terminating " character
   cout<<" _  _  _
         ^
foo.cc:12:9: error: missing terminating " character
   cout<<" _  _  _
         ^~~~~~~~~
foo.cc:14:22: warning: missing terminating " character
              _| _| _|";
                      ^
foo.cc:14:22: error: missing terminating " character
              _| _| _|";
                      ^~
foo.cc: In function 'int main()':
foo.cc:9:13: error: expected primary-expression before '|' token
             | | _||_|
             ^
foo.cc:9:15: error: expected primary-expression before '|' token
             | | _||_|
               ^
foo.cc:9:17: error: '_' was not declared in this scope
             | | _||_|
                 ^
foo.cc:10:13: error: expected primary-expression before '|' token
             |_| _|  |";
             ^
foo.cc:10:21: error: expected primary-expression before '|' token
             |_| _|  |";
                     ^
foo.cc:11:2: error: expected primary-expression before 'if'
  if(x==7)
  ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1037 环形山丘(续)
语言
C++
递交时间
2021-09-24 21:32:54
评测时间
2021-09-24 21:32:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes