记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:16: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%c",&nn);
                ^
/in/foo.cc:23:17: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%c",&nn);
                 ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 220.0 KiB
#2 Runtime Error 1ms 224.0 KiB
#3 Runtime Error 1ms 220.0 KiB
#4 Runtime Error 1ms 224.0 KiB
#5 Runtime Error 1ms 212.0 KiB

信息

递交者
类型
递交
题目
P1035 产生数
比赛
NOIP2001&2002普及组复现大混考I
语言
C++
递交时间
2019-08-03 22:29:13
评测时间
2019-08-03 22:29:13
评测机
分数
0
总耗时
6ms
峰值内存
224.0 KiB