/ XMU_ACM /

记录详情

Compile Error

/in/foo.cc:5:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #pragma warning(disable:4996)
 
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:17: error: 'itoa' was not declared in this scope
   itoa(sum,s1,10);
                 ^
/in/foo.cc:13:16: error: 'strlen' was not declared in this scope
   k = strlen(s1);
                ^
/in/foo.cc:21:11: warning: statement has no effect [-Wunused-value]
     for (t; s1[t+1]!='\0'; t++) 
           ^

信息

递交者
类型
递交
题目
去零阶乘
语言
C++
递交时间
2018-03-23 20:01:53
评测时间
2018-03-23 20:01:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes