Testcase AC (Beta)

제출 #45624

제출 정보

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

Main.c: In function ‘main’:
Main.c:26:24: error: ‘what’ undeclared (first use in this function); did you mean ‘what1’?
   26 |                     if(what > 0)
      |                        ^~~~
      |                        what1
Main.c:26:24: note: each undeclared identifier is reported only once for each function it appears in
Main.c:19:13: warning: unused variable ‘what1’ [-Wunused-variable]
   19 |         int what1 = 0;
      |             ^~~~~
Main.c:7:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    7 |     scanf("%d", &n);
      |     ^~~~~~~~~~~~~~~
Main.c:11:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   11 |         scanf("%s", arr);
      |         ^~~~~~~~~~~~~~~~

제출 결과

정답 개수:

-

틀린 개수:

-

실행 실패 개수:

-

제출 코드

찾은 반례

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