/ OPS /

记录详情

Compile Error

/in/foo.cc:15:12: error: 'ostream' does not name a type
   15 |     friend ostream& operator <<(ostream& os, BigInt& b);
      |            ^~~~~~~
/in/foo.cc:16:12: error: 'istream' does not name a type
   16 |     friend istream& operator >>(istream& is, BigInt& b);
      |            ^~~~~~~
/in/foo.cc:20:1: error: 'ostream' does not name a type
   20 | ostream& operator <<(ostream& os, BigInt& b) {
      | ^~~~~~~
/in/foo.cc:25:1: error: 'istream' does not name a type
   25 | istream& operator >>(istream& is, BigInt& b) {
      | ^~~~~~~

信息

递交者
类型
递交
题目
P1041 大数和
语言
C++
递交时间
2025-03-18 20:47:59
评测时间
2025-03-18 20:47:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes