Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d %d",&n,&m);
                        ^
/in/foo.cc:19:24: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:28: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d %d",&x,&y);
                            ^
/in/foo.cc:23:28: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:27:28: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d %d",&x,&y);
                            ^
/in/foo.cc:27:28: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Time Exceeded ≥1004ms ≥352.0 KiB

信息

递交者
类型
递交
题目
P1085 你觉得这道题熟悉吗
语言
C++
递交时间
2024-04-22 19:58:20
评测时间
2024-04-22 19:58:20
评测机
分数
0
总耗时
≥1004ms
峰值内存
≥352.0 KiB