/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
  scanf("%d%d",&m,&n);
                    ^
/in/foo.cc:24:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
/in/foo.cc:28:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
   scanf("%d",&ch[i]);
                    ^
/in/foo.cc:31:2: error: 'prin' was not declared in this scope
  prin
  ^~~~
/in/foo.cc:31:2: error: expected '}' at end of input

信息

递交者
类型
递交
题目
P1774 机器翻译
语言
C++
递交时间
2020-07-12 13:04:02
评测时间
2020-07-12 13:04:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes