/ Vijos /

记录详情

Compile Error

/in/foo.cc: In member function 'bool cut::operator==(const cut&) const':
/in/foo.cc:36:5: error: expected primary-expression before '}' token
     }
     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:116:27: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
     printf("%lld",mp[s][e]);
                           ^
/in/foo.cc: At global scope:
/in/foo.cc:144:9: error: expected unqualified-id before '{' token
         {
         ^
/in/foo.cc:147:5: error: expected declaration before '}' token
     }
     ^

信息

递交者
类型
递交
题目
P1404 遭遇战
语言
C++
递交时间
2018-09-25 16:43:17
评测时间
2018-09-25 16:43:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes