/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void read(T&)':
/in/foo.cc:9:1: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
 while((c=getchar())<'0'||c>'9')if(c=='-')flag=-1;res=c-'0';
 ^~~~~
/in/foo.cc:9:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
 while((c=getchar())<'0'||c>'9')if(c=='-')flag=-1;res=c-'0';
                                                  ^~~
/in/foo.cc:10:1: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
 while((c=getchar())>='0'&&c<='9')res=res*10+c-'0';res*=flag;
 ^~~~~
/in/foo.cc:10:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
 while((c=getchar())>='0'&&c<='9')res=res*10+c-'0';res*=flag;
                                                   ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Accepted 1ms 420.0 KiB
#3 Accepted 1ms 312.0 KiB
#4 Accepted 2ms 376.0 KiB
#5 Accepted 1ms 336.0 KiB
#6 Accepted 1ms 376.0 KiB
#7 Accepted 1ms 424.0 KiB
#8 Accepted 1ms 332.0 KiB
#9 Accepted 25ms 624.0 KiB
#10 Accepted 25ms 612.0 KiB

信息

递交者
类型
递交
题目
P1849 表达式求值
语言
C++
递交时间
2023-05-13 12:00:53
评测时间
2023-05-13 12:00:53
评测机
分数
100
总耗时
64ms
峰值内存
624.0 KiB