记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:18:25: error: 'cin' was not declared in this scope
   18 |                         cin >> jz[i][j];
      |                         ^~~
foo.cc:24:34: error: 'check_x' was not declared in this scope; did you mean 'check_y'?
   24 |                         out_d += check_x(jz, i, 0);
      |                                  ^~~~~~~
      |                                  check_y
foo.cc:39:17: error: 'cout' was not declared in this scope; did you mean 'out'?
   39 |                 cout << -1;
      |                 ^~~~
      |                 out
foo.cc:41:17: error: 'cout' was not declared in this scope; did you mean 'out'?
   41 |                 cout << out;
      |                 ^~~~
      |                 out
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1509 Problem 2B. 矩阵染色
比赛
2023秋 悬赏令第二周
语言
C++
递交时间
2023-10-16 19:23:55
评测时间
2023-10-16 19:23:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes