Wrong Answer
foo.c: In function 'main': foo.c:9:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=] printf("%s",GNU(n)); ~^ ~~~~~~ %d foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&n); ^~~~~~~~~~~~~~ foo.c: In function 'GNU': foo.c:16:2: warning: control reaches end of non-void function [-Wreturn-type] } ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- (lpj 1-1)GNU is Not Unix
- 语言
- C
- 递交时间
- 2021-12-01 20:30:33
- 评测时间
- 2021-12-01 20:30:33
- 评测机
- 分数
- 0
- 总耗时
- 66ms
- 峰值内存
- 344.0 KiB