/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:6:16: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   x[1]=1;y[1]=n+1>>1;ma[x[1][y[1]]=1;
                ^
foo.cpp:6:34: error: invalid types 'int[int]' for array subscript
   x[1]=1;y[1]=n+1>>1;ma[x[1][y[1]]=1;
                                  ^
foo.cpp:6:37: error: expected ']' before ';' token
   x[1]=1;y[1]=n+1>>1;ma[x[1][y[1]]=1;
                                     ^

信息

递交者
类型
递交
题目
P1978 神奇的幻方
语言
C++
递交时间
2016-07-02 22:28:01
评测时间
2016-07-02 22:28:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes