Accepted
/in/foo.c: In function 'main': /in/foo.c:12:16: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] scanf("%I64d %I64d",&a,&b); ^ /in/foo.c:12:22: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=] scanf("%I64d %I64d",&a,&b); ^ /in/foo.c:13:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d",gcd(a,b)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 最大公约数
- 比赛
- 2018小学期第三次周末测试
- 语言
- C
- 递交时间
- 2018-07-14 09:30:11
- 评测时间
- 2018-07-14 09:30:11
- 评测机
- 分数
- 100
- 总耗时
- 41ms
- 峰值内存
- 256.0 KiB