Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:18:58: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[20]' [-Wformat=] scanf("%d %s\n", &(persons[i].face), &(persons[i].name)); ^ /in/foo.cc:20:6: warning: unused variable 'direction' [-Wunused-variable] int direction = 0; //0-counter-clockwise(+1), 1--clockwise(-1) ^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2003 玩具谜题
- 语言
- C++
- 递交时间
- 2017-09-08 09:33:54
- 评测时间
- 2017-09-08 09:33:54
- 评测机
- 分数
- 100
- 总耗时
- 219ms
- 峰值内存
- 2.605 MiB