/ FtOJ /

记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 2 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
     scanf("%u%u%u%u%u", &N, &K, &M, &S, &T);
                                           ^
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 5 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:78:43: warning: format '%u' expects argument of type 'unsigned int*', but argument 6 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:83:33: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'bool*' [-Wformat=]
             scanf("%d", &A[i][j]);
                                 ^
FormatError('config file not found',)

信息

递交者
类型
递交
题目
P1012 「FtOJ Round #01」Shuchong 与文化之旅
语言
C++
递交时间
2020-06-22 17:11:15
评测时间
2020-06-22 17:11:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes