/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:2: error: 'ios' has not been declared
  ios::sync_with_stdio(false);
  ^~~
/in/foo.cc:22:2: error: 'cin' was not declared in this scope
  cin.tie(0);
  ^~~

信息

递交者
类型
递交
题目
P1450 包裹快递
语言
C++
递交时间
2019-07-25 14:48:37
评测时间
2019-07-25 14:48:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes