/ OPS /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:21: warning: format '%[^
' expects argument of type 'char*', but argument 2 has type 'char (*)[100]' [-Wformat=]
    scanf("%[^\n]",&a);
                     ^
/in/foo.cc:16:21: warning: format '%[^
' expects argument of type 'char*', but argument 2 has type 'char (*)[100]' [-Wformat=]
    scanf("%[^\n]",&b);
                     ^
/in/foo.cc:14:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%[^\n]",&a);
                      ^
/in/foo.cc:16:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%[^\n]",&b);
                      ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1004ms ≥196.0 KiB

信息

递交者
类型
递交
题目
P1037 可排列相等
语言
C++
递交时间
2023-03-20 22:13:54
评测时间
2023-03-20 22:13:54
评测机
分数
0
总耗时
≥1004ms
峰值内存
≥196.0 KiB