/ b6e0的OJ /

记录详情

Compile Error

foo.cc:7:11: warning: integer constant is too large for its type
     int k[100000000000000000000];
           ^~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:7:32: error: size of array 'k' is too large
     int k[100000000000000000000];
                                ^
foo.cc:8:5: error: 'k' was not declared in this scope
     k[1]=0;
     ^

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)

信息

递交者
类型
递交
题目
P1001 A+B problem
语言
C++
递交时间
2020-07-04 15:06:25
评测时间
2020-07-04 15:06:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes