记录详情

Accepted

/in/foo.cc: In function 'int find(int, int)':
/in/foo.cc:56:17: warning: unused variable 'ans' [-Wunused-variable]
     int las=0,w,ans=0;
                 ^~~
/in/foo.cc: In function 'int idx(char)':
/in/foo.cc:34:14: warning: 'v' is used uninitialized in this function [-Wuninitialized]
     if(v>='a'&&v<='z')
        ~~~~~~^~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 3.578 MiB
#2 Accepted 30ms 3.621 MiB
#3 Accepted 267ms 7.594 MiB
#4 Accepted 300ms 3.988 MiB
#5 Accepted 7ms 3.578 MiB

信息

递交者
类型
递交
题目
P1000 KOI2020\【模板】 基础数据结构套基础数据结构
语言
C++
递交时间
2020-11-18 13:03:53
评测时间
2020-11-18 13:03:53
评测机
分数
50
总耗时
610ms
峰值内存
7.594 MiB