记录详情

Accepted

foo.cc: In function 'int find(int, int)':
foo.cc:56:17: warning: unused variable 'ans' [-Wunused-variable]
     int las=0,w,ans=0;
                 ^~~
foo.cc: In function 'int main()':
foo.cc:25:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d",&l,&r); 
    ~~~~~^~~~~~~~~~~~~~
foo.cc: In function 'int idx(char)':
foo.cc:34:14: warning: 'v' is used uninitialized in this function [-Wuninitialized]
     if(v>='a'&&v<='z')
        ~~~~~~^~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 3.641 MiB
#2 Accepted 19ms 3.711 MiB
#3 Accepted 204ms 7.773 MiB
#4 Accepted 206ms 4.137 MiB
#5 Accepted 7ms 3.664 MiB

信息

递交者
类型
递交
题目
P1000 KOI2020\【模板】 基础数据结构套基础数据结构
语言
C++
递交时间
2021-09-04 11:32:19
评测时间
2021-09-04 11:32:19
评测机
分数
50
总耗时
442ms
峰值内存
7.773 MiB