/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:24: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10000]' [-Wformat=]
     while(scanf("%s",&s)==1&&((s[0]!='E'&&s[1]!='N'&&s[2]!='D')||strlen(s)!=3))  
                        ^
/in/foo.cc:12:17: error: 'ms' was not declared in this scope
         ms(num,0); 
                 ^

信息

递交者
类型
递交
题目
P1079 中青局
语言
C++
递交时间
2017-09-03 21:36:47
评测时间
2017-09-03 21:36:47
评测机
分数
0
总耗时
183ms
峰值内存
23.25 MiB