/ OPS /

记录详情

Compile Error

/in/foo.cc:1:1: error: 'include' does not name a type
    1 | include <iostream>
      | ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'cin' was not declared in this scope
    6 |  cin >> m >> n;
      |  ^~~
/in/foo.cc:11:5: error: 'cout' was not declared in this scope
   11 |     cout << " ";
      |     ^~~~
/in/foo.cc:14:5: error: 'cout' was not declared in this scope
   14 |     cout << ch++;
      |     ^~~~
/in/foo.cc:16:4: error: 'cout' was not declared in this scope
   16 |    cout << endl;
      |    ^~~~
/in/foo.cc:16:12: error: 'endl' was not declared in this scope
   16 |    cout << endl;
      |            ^~~~

信息

递交者
类型
递交
题目
P1148 字符序三角形
语言
C++
递交时间
2023-11-07 09:42:49
评测时间
2023-11-07 09:42:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes