记录详情

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.559 MiB
#2 Accepted 30ms 3.59 MiB
#3 Accepted 280ms 7.57 MiB
#4 Accepted 299ms 3.992 MiB
#5 Accepted 8ms 3.582 MiB

信息

递交者
类型
递交
题目
P1000 KOI2020\【模板】 基础数据结构套基础数据结构
语言
C++
递交时间
2020-05-08 19:08:14
评测时间
2020-05-08 19:08:14
评测机
分数
50
总耗时
623ms
峰值内存
7.57 MiB