Testcase AC (Beta)

제출 #47797

제출 정보

실행 실패 (제출 코드 컴파일 에러)

Main.cpp: In function ‘int main()’:
Main.cpp:32:38: error: ‘std::map<int, Node>::iterator’ {aka ‘std::_Rb_tree<int, std::pair<const int, Node>, std::_Select1st<std::pair<const int, Node> >, std::less<int>, std::allocator<std::pair<const int, Node> > >::iterator’} has no member named ‘second’
   32 |       int CurAge = mapPeople.begin().second.Age;
      |                                      ^~~~~~
Main.cpp:33:48: error: ‘std::map<int, Node>::iterator’ {aka ‘std::_Rb_tree<int, std::pair<const int, Node>, std::_Select1st<std::pair<const int, Node> >, std::less<int>, std::allocator<std::pair<const int, Node> > >::iterator’} has no member named ‘second’
   33 |       list<string> CurName = mapPeople.begin().second.Name;
      |                                                ^~~~~~
Main.cpp:18:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   18 |   scanf("%d", &iN);
      |   ~~~~~^~~~~~~~~~~
Main.cpp:25:12: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   25 |       scanf("%d %s", &Age, Name);
      |       ~~~~~^~~~~~~~~~~~~~~~~~~~~

제출 결과

정답 개수:

-

틀린 개수:

-

실행 실패 개수:

-

제출 코드

찾은 반례

반례를 발견하지 못했습니다.