/ GCOJ /

记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:9:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0;i < k.length();i++){
                   ~~^~~~~~~~~~~~
foo.cc:5:9: warning: variable 'n' set but not used [-Wunused-but-set-variable]
     int n;
         ^
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 2ms 384.0 KiB

信息

递交者
类型
自测
题目
P1006 [GCOI Round #1 C] Brackets
语言
C++
递交时间
2021-01-21 10:45:07
评测时间
2021-01-21 10:45:07
评测机
分数
0
总耗时
2ms
峰值内存
384.0 KiB