/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:34:9: error: 'cin' undeclared (first use in this function)
  while (cin >> a >> b >> c && !(a == -1 && b == -1 && c == -1)) {
         ^~~
/in/foo.c:34:9: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:35:3: error: 'cout' undeclared (first use in this function)
   cout << "w(" << a << ", " << b << ", " << c << ") = " << find(a, b, c) << endl;
   ^~~~
/in/foo.c:35:77: error: 'endl' undeclared (first use in this function)
   cout << "w(" << a << ", " << b << ", " << c << ") = " << find(a, b, c) << endl;
                                                                             ^~~~

信息

递交者
类型
递交
题目
P1080 Function(Function(F...
语言
C
递交时间
2020-12-14 01:00:31
评测时间
2020-12-14 01:00:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes