메뉴 건너뛰기

결과 (전체)

17ne4 줄서기 / tlsdydaud1

시간메모리제출올바른 답비율
1초64MB52
40.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
3 올바른 답 32
66.7%
판정 세부 내용
케이스 # 소요시간 메모리 판정
0010ms458.752kBOK
0020ms454.656kBOK
0030ms450.56kBOK
0040ms454.656kBOK
0050ms454.656kBOK
0060ms454.656kBOK
0070ms454.656kBOK
0080ms450.56kBOK
0090ms454.656kBOK
0100ms450.56kBOK
0110ms454.656kBOK
0120ms458.752kBOK
0130ms454.656kBOK
0140ms450.56kBOK
0150ms454.656kBOK
0160ms450.56kBOK
0170ms454.656kBOK
0180ms458.752kBOK
0190ms450.56kBOK
0201ms458.752kBOK
0212ms458.752kBOK
0226ms454.656kBOK
02312ms454.656kBOK
02465ms450.56kBOK
02514ms458.752kBOK
02645ms458.752kBOK
02750ms454.656kBOK
02894ms454.656kBOK
029134ms454.656kBOK
03055ms667.648kBOK
03166ms454.656kBOK
032161ms479.232kBOK
033112ms921.6kBOK
03498ms860.16kBOK
035110ms1032.192kBOK
036141ms1036.288kBOK
037139ms1036.288kBOK
038163ms1028.096kBOK
039157ms1032.192kBOK

컴파일 결과
1:1: warning: data definition has no type or storage class
1:1: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int]
1:3: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int]
1:5: warning: type defaults to 'int' in declaration of 'x' [-Wimplicit-int]
1:7: warning: type defaults to 'int' in declaration of 'y' [-Wimplicit-int]
1:11: warning: multi-character character constant [-Wmultichar]
1:9: warning: type defaults to 'int' in declaration of 'w' [-Wimplicit-int]
1:20: warning: multi-character character constant [-Wmultichar]
1:18: warning: type defaults to 'int' in declaration of 'z' [-Wimplicit-int]
1:27: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
1:27: warning: type of 'm' defaults to 'int' [-Wimplicit-int]
1:27: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
1:45: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
1:45: warning: incompatible implicit declaration of built-in function 'scanf'
1:45: note: include '<stdio.h>' or provide a declaration of 'scanf'
1:134: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
1:130: warning: operation on 'w[i]' may be undefined [-Wsequence-point]
1:163: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
1:191: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
1:191: warning: incompatible implicit declaration of built-in function 'printf'
1:191: note: include '<stdio.h>' or provide a declaration of 'printf'
소스 정적 분석 결과
1: (style) Boolean result is used in bitwise operation. Clarify expression with parentheses.
1: (error) Expression '(w[i]+=i)<1|w[i]>n' depends on order of evaluation of side effects
위로