Compile Error
/in/foo.c: In function 'main': /in/foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] scanf("%d",&n); ^ /in/foo.c:9:2: error: expected ';' before '}' token } ^ /in/foo.c:10:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",j); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1354 Hanoi双塔问题
- 语言
- C
- 递交时间
- 2017-08-17 10:33:00
- 评测时间
- 2017-08-17 10:33:00
- 评测机
- 分数
- 0
- 总耗时
- 17ms
- 峰值内存
- 2.949 MiB