/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:5: error: 'strcpy' was not declared in this scope
   33 |     strcpy(tempnam, arr[n].nam);
      |     ^~~~~~
/in/foo.cc:3:1: note: 'strcpy' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    2 | #include<algorithm>
  +++ |+#include <cstring>
    3 | using namespace std;

信息

递交者
类型
递交
题目
P3018 谁拿了最多奖学金
语言
C++
递交时间
2024-04-11 10:28:58
评测时间
2024-04-11 10:28:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes