/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:7:24: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'int' [-Wformat=]
       scanf("%d%s",&n,s);
                        ^
foo.cpp:18:1: error: expected ';' before '}' token
 }
 ^

信息

递交者
类型
递交
题目
P1848 记数问题
语言
C++
递交时间
2016-11-17 00:41:30
评测时间
2016-11-17 00:41:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes