/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:19:9: error: expected ';' before 'if'
         if (n & 1)
         ^
foo.cpp:21:9: error: 'else' without a previous 'if'
         else
         ^
foo.cpp:26:41: warning: unknown conversion type character 'l' in format [-Wformat=]
     ans = printf("%lld\n", ans / (2 * n));
                                         ^
foo.cpp:26:41: warning: too many arguments for format [-Wformat-extra-args]

信息

递交者
类型
递交
题目
P1566 祖玛游戏
语言
C++
递交时间
2016-11-09 20:20:25
评测时间
2016-11-09 20:20:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes