/ Vijos /

记录详情

Accepted

/in/foo.cc:3:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker,"/STACK:1024000000,1024000000")
 
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:15: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
 #define SC(X) while(scanf("%s",(X)),!strlen((X)))
               ^
/in/foo.cc:191:9: note: in expansion of macro 'SC'
         SC(s); l=strlen(s);
         ^~
/in/foo.cc:191:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
         SC(s); l=strlen(s);
                ^
# 状态 耗时 内存占用
#1 Accepted 1ms 196.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 1ms 200.0 KiB
#6 Accepted 16ms 320.0 KiB
#7 Accepted 17ms 320.0 KiB
#8 Accepted 852ms 320.0 KiB
#9 Accepted 852ms 316.0 KiB
#10 Accepted 813ms 200.0 KiB

信息

递交者
类型
递交
题目
P1910 解方程
语言
C++
递交时间
2019-12-21 16:44:26
评测时间
2019-12-21 16:44:26
评测机
分数
100
总耗时
2560ms
峰值内存
320.0 KiB