메뉴 건너뛰기

결과 (전체)

17nm3 줄서기 / tlsdydaud1

시간메모리제출올바른 답비율
1초64MB133
23.1%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 올바른 답 33
100.0%
판정 세부 내용
케이스 # 소요시간 메모리 판정
0010ms454.656kBOK
0020ms454.656kBOK
0030ms454.656kBOK
0040ms454.656kBOK
0050ms454.656kBOK
0060ms450.56kBOK
0070ms454.656kBOK
0080ms454.656kBOK
0090ms450.56kBOK
0100ms458.752kBOK
0110ms454.656kBOK
0120ms450.56kBOK
0130ms454.656kBOK
0140ms454.656kBOK
0150ms450.56kBOK
0160ms454.656kBOK
0170ms450.56kBOK
0180ms454.656kBOK
0190ms454.656kBOK
0201ms454.656kBOK
0213ms458.752kBOK
0226ms454.656kBOK
02312ms454.656kBOK
02466ms454.656kBOK
02532ms454.656kBOK
026107ms454.656kBOK
02765ms454.656kBOK
028212ms454.656kBOK
029240ms454.656kBOK
030101ms659.456kBOK
031151ms450.56kBOK
032125ms483.328kBOK
033144ms917.504kBOK
034114ms860.16kBOK
035145ms1032.192kBOK
036248ms1036.288kBOK
037205ms1032.192kBOK
038200ms1028.096kBOK
039306ms1032.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
위로