/ Vijos /

记录详情

Compile Error

/in/foo.cc:4:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:8: error: 'i' was not declared in this scope
  for(;;i++,scanf("%c",&a))
        ^
/in/foo.cc:28:8: error: 'i' was not declared in this scope
  for(;;i++,scanf("%c",&a))
        ^

信息

递交者
类型
自测
题目
P1217 乒乓球
语言
C++
递交时间
2018-02-06 16:25:19
评测时间
2018-02-06 16:25:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes