记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:14: error: 'print' was not declared in this scope
  print("%d",a);
              ^
/in/foo.cc:10:2: error: 'cout' was not declared in this scope
  cout<<sum<<endl;
  ^~~~
/in/foo.cc:10:13: error: 'endl' was not declared in this scope
  cout<<sum<<endl;
             ^~~~

信息

递交者
类型
递交
题目
求N!的值
语言
C++
递交时间
2020-09-07 17:48:12
评测时间
2020-09-07 17:48:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes