-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlastpass.log
161 lines (161 loc) · 3.55 KB
/
lastpass.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
PASS: 1
FAIL: 01_var_undef Compile Error
FAIL: 02_var_redef Compile Error
FAIL: 03_func_undef Compile Error
FAIL: 04_func_redef Compile Error
FAIL: 05_func_ret_val1 Compile Error
FAIL: 06_func_ret_val2 Compile Error
FAIL: 07_expr_test Compile Error
FAIL: 08_cond_test Execute Timeout
PASS: 000_main
PASS: 001_var_defn
PASS: 003_var_defn3
PASS: 008_const_var_defn
PASS: 009_const_var_defn2
PASS: 010_const_var_defn3
PASS: 014_add
PASS: 015_add2
PASS: 016_addc
PASS: 017_sub
PASS: 018_sub2
PASS: 019_subc
PASS: 020_mul
PASS: 021_mulc
PASS: 022_div
PASS: 023_divc
PASS: 024_mod
PASS: 025_rem
PASS: 026_if
PASS: 027_if2
PASS: 043_op_priority1
PASS: 044_op_priority2
PASS: 045_op_priority3
PASS: 046_op_priority4
PASS: 047_op_priority5
PASS: 048_stmt_expr
PASS: 049_unary_op
PASS: 050_unary_op2
PASS: 051_logi_assign
PASS: 054_hex_defn
PASS: 055_hex_oct_add
PASS: 056_assign_complex_expr
PASS: 057_if_complex_expr
PASS: 095_empty_stmt
PASS: 099_skip_spaces
PASS: 1068_accumulate
PASS: 1070_multi
PASS: 1072_enum
PASS: 1073_exchange_value
PASS: 012_func_defn
PASS: 013_var_defn_func
PASS: 028_if_test1
PASS: 029_if_test2
PASS: 030_if_test3
PASS: 031_if_test4
PASS: 032_if_test5
PASS: 035_while_test2
PASS: 036_while_test3
PASS: 039_while_if_test1
PASS: 040_while_if_test2
PASS: 041_while_if_test3
PASS: 069_greatest_common_divisor
PASS: 100_int_literal
PASS: 102_short_circuit3
PASS: 1074_itera_sqrt
PASS: 1075_max_container
PASS: 1076_int_factor_sum
PASS: 1078_decbinoct
PASS: 1080_lcm
PASS: 1083_enc_dec
PASS: 002_var_defn2
PASS: 060_scope
PASS: 096_side_effect
PASS: 101_scope2
PASS: 037_break
PASS: 038_continue
PASS: 052_comment1
PASS: 053_comment2
PASS: 090_int_io
PASS: 033_while_if
PASS: 034_while_test1
PASS: 082_reverse_output
PASS: 087_gcd
PASS: 088_hanoi
PASS: 004_arr_defn
PASS: 005_arr_defn2
PASS: 006_arr_defn3
PASS: 007_arr_defn4
PASS: 011_const_array_defn
PASS: 042_arr_expr_len
PASS: 061_sort_test1
PASS: 062_sort_test2
PASS: 064_sort_test4
PASS: 066_sort_test6
PASS: 068_genealogical_tree
PASS: 070_multiplication_puzzle
PASS: 071_exchange_array
PASS: 073_backpack
PASS: 074_matrix_add
PASS: 075_matrix_sub
PASS: 076_matrix_mul
PASS: 077_matrix_tran
PASS: 078_big_int_mul
PASS: 081_exgcd
PASS: 083_brainfk
PASS: 085_dijkstra
PASS: 086_full_conn
PASS: 089_hidden_var
PASS: 091_kmp
PASS: 092_max_flow
PASS: 093_n_queens
PASS: 094_substr
PASS: 1066_go_upstairs
PASS: 1067_remove_duplicate_element
PASS: 1069_last_word_length
PASS: 1071_max_subsequence_sum
PASS: 1077_unique_path
PASS: 1081_jump_game
PASS: 1082_int_split
PASS: 1084_palindrome_number
PASS: 1086_bin_search
PASS: 1088_array_concat
PASS: 1090_insert_order
PASS: 1091_line_search
PASS: 058_short_circuit
PASS: 059_short_circuit2
PASS: 063_sort_test3
PASS: 065_sort_test5
PASS: 067_sort_test7
PASS: 072_percolation
PASS: 079_calculator
PASS: 080_color
PASS: 084_expr_eval
PASS: 097_var_name
PASS: 098_chaos_token
FAIL: 103_long_func Compile Timeout
PASS: 104_long_array
FAIL: 105_long_array2 Compile Timeout
PASS: 106_long_code
FAIL: 107_long_code2 Compile Timeout
PASS: 108_many_params
FAIL: 109_many_params2 Compile Timeout
PASS: 110_many_params3
PASS: 111_many_globals
PASS: 112_many_locals
PASS: 113_many_locals2
PASS: 114_register_alloc
PASS: 115_nested_calls
PASS: 116_nested_calls2
PASS: 117_nested_loops
PASS: 196_float
FAIL: 198_matrix_add Compile Error
FAIL: 199_matrix_sub Compile Error
FAIL: 200_matrix_mul Compile Error
FAIL: 201_matrix_tran Compile Error
PASS: 202_register_realloc
FAIL: 35_math Wrong Answer
PASS: 36_rotate
FAIL: 37_dct Compile Error
FAIL: 38_light2d Compile Error
FAIL: 39_fp_params Compile Error
Total: 160 Accept: 140 Fail: 20