记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d", &n);
                   ^
/in/foo.cc:8:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d", &first);
                       ^
/in/foo.cc:11:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d", &a);
                       ^
/in/foo.cc:12:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d ", a);
                        ^
/in/foo.cc:14:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d", first);
                       ^
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Accepted 1878ms 228.0 KiB

信息

递交者
类型
递交
题目
1-3 序列循环左移
比赛
2020苏青奥赛集训营(2021-1-17)
语言
C++
递交时间
2021-01-17 13:24:26
评测时间
2021-01-17 13:24:26
评测机
分数
100
总耗时
1880ms
峰值内存
228.0 KiB