F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39031739_1089.cpp: In function 'int main()':
0_0_39031739_1089.cpp:8:22: error: too few arguments to function 'char* gets_s(char*, rsize_t)'
    8 |         while (gets_s(str)) {
      |                ~~~~~~^~~~~
In file included from gcc-13.1.0/x86_64-w64-mingw32/include/stdio.h:1641,
                 from gcc-13.1.0/x86_64-w64-mingw32/include/locale.h:12,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/clocale:42,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32/bits/c++locale.h:41,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/localefwd.h:40,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:43,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:40,
                 from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:41,
                 from 0_0_39031739_1089.cpp:1:
gcc-13.1.0/x86_64-w64-mingw32/include/sec_api/stdio_s.h:571:25: note: declared here
  571 |   _CRTIMP char* __cdecl gets_s(char*,rsize_t);
      |                         ^~~~~~
0_0_39031739_1089.cpp:9:27: error: 'strlen' was not declared in this scope
    9 |                 int len = strlen(str);
      |                           ^~~~~~
0_0_39031739_1089.cpp:3:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    2 | #include <map>
  +++ |+#include <cstring>
    3 | #include <stdio.h>
0_0_39031739_1089.cpp:17:22: error: too few arguments to function 'char* gets_s(char*, rsize_t)'
   17 |         while (gets_s(str))
      |                ~~~~~~^~~~~
gcc-13.1.0/x86_64-w64-mingw32/include/sec_api/stdio_s.h:571:25: note: declared here
  571 |   _CRTIMP char* __cdecl gets_s(char*,rsize_t);
      |                         ^~~~~~


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-25 20:18:17, Gzip enabled