记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:136:25: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
     printf("%llf.",inter);
                         ^
/in/foo.cc:137:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(success=false){
                     ^
/in/foo.cc:141:38: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
         case notx:printf("%llf",small);break;
                                      ^
/in/foo.cc:142:40: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
         case chun:printf("(%llf)",small);break;
                                        ^
/in/foo.cc:143:50: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
         case hun:printf("%llf(%llf)",small,small2);break;
                                                  ^
/in/foo.cc:143:50: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
/in/foo.cc:85:9: warning: unused variable 'blen' [-Wunused-variable]
     int blen=longer(b);
         ^~~~
/in/foo.cc:90:9: warning: variable 'dot' set but not used [-Wunused-but-set-variable]
     int dot;
         ^~~
/in/foo.cc:129:13: warning: 'start_jl' may be used uninitialized in this function [-Wmaybe-uninitialized]
             if(c/b==start_jl){
             ^~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1003ms ≥220.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Wrong Answer 1ms 216.0 KiB

信息

递交者
类型
自测
题目
P1001 精度计算
语言
C++
递交时间
2020-11-04 17:17:39
评测时间
2020-11-04 17:17:39
评测机
分数
0
总耗时
≥1006ms
峰值内存
≥220.0 KiB