/ XMU_ACM /

记录详情

Compile Error

/in/foo.cc:3:9: error: '__int64' does not name a type
 typedef __int64 LL;
         ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:5: error: 'LL' was not declared in this scope
     LL ans = 0;
     ^~
/in/foo.cc:17:13: error: 'ans' was not declared in this scope
             ans+=x-*sk.begin();
             ^~~
/in/foo.cc:25:11: error: 'ans' was not declared in this scope
     cout<<ans<<endl;
           ^~~

信息

递交者
类型
递交
题目
stock
语言
C++
递交时间
2018-04-09 19:54:47
评测时间
2018-04-09 19:54:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes