/ icebox /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:11: warning: division by zero [-Wdiv-by-zero]
         1 / 0;
         ~~^~~
/in/foo.cc:13:11: warning: statement has no effect [-Wunused-value]
/in/foo.cc:21:15: warning: unused variable 'p' [-Wunused-variable]
         auto *p = new int[20000000000000];
               ^
# 状态 耗时 内存占用
#1 Runtime Error 4ms 328.0 KiB

信息

递交者
类型
递交
题目
新年红包
语言
C++
递交时间
2018-02-15 12:53:12
评测时间
2018-02-15 12:53:12
评测机
分数
0
总耗时
4ms
峰值内存
328.0 KiB