Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
scanf("%d%d",&a,&b);
^
/in/foo.cc:7:23: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:16:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%d",c);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1047 最小公倍数
- 语言
- C++
- 递交时间
- 2020-05-11 16:52:57
- 评测时间
- 2020-05-11 16:52:57
- 评测机
- 分数
- 30
- 总耗时
- ≥3541ms
- 峰值内存
- ≥296.0 KiB