记录详情

Compile Error

foo.cc:6:1: error: 'pubilc' does not name a type; did you mean 'putwc'?
 pubilc:
 ^~~~~~
 putwc
foo.cc: In function 'int main()':
foo.cc:36:6: error: 'class HLS' has no member named 'input'
  hls.input(a);
      ^~~~~
foo.cc:37:15: error: no matching function for call to 'HLS::display(long int [2][2])'
  hls.display(a);
               ^
foo.cc:17:7: note: candidate: void HLS::display()
  void display()
       ^~~~~~~
foo.cc:17:7: note:   candidate expects 0 arguments, 1 provided
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1289 B. It's my own Invention
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 14:13:50
评测时间
2021-11-21 14:13:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes