TAU20 pytorch linear regression
This commit is contained in:
parent
b62a6b4641
commit
a65241a464
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -1,7 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="b2470b4d-798c-4f2c-b219-8e78ac955f76" name="Default Changelist" comment="" />
|
<list default="true" id="b2470b4d-798c-4f2c-b219-8e78ac955f76" name="Default Changelist" comment="">
|
||||||
|
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/dev-0/out.tsv" beforeDir="false" afterPath="$PROJECT_DIR$/dev-0/out.tsv" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/my_solution.py" beforeDir="false" afterPath="$PROJECT_DIR$/my_solution.py" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/test-A/out.tsv" beforeDir="false" afterPath="$PROJECT_DIR$/test-A/out.tsv" afterDir="false" />
|
||||||
|
</list>
|
||||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@ -18,8 +24,8 @@
|
|||||||
<file pinned="false" current-in-tab="true">
|
<file pinned="false" current-in-tab="true">
|
||||||
<entry file="file://$PROJECT_DIR$/my_solution.py">
|
<entry file="file://$PROJECT_DIR$/my_solution.py">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="102">
|
<state relative-caret-position="143">
|
||||||
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
<caret line="42" column="25" selection-start-line="42" selection-start-column="25" selection-end-line="42" selection-end-column="25" />
|
||||||
<folding>
|
<folding>
|
||||||
<element signature="e#0#13#0" expanded="true" />
|
<element signature="e#0#13#0" expanded="true" />
|
||||||
</folding>
|
</folding>
|
||||||
@ -36,6 +42,9 @@
|
|||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="Git.Settings">
|
||||||
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||||
|
</component>
|
||||||
<component name="IdeDocumentHistory">
|
<component name="IdeDocumentHistory">
|
||||||
<option name="CHANGED_PATHS">
|
<option name="CHANGED_PATHS">
|
||||||
<list>
|
<list>
|
||||||
@ -44,12 +53,13 @@
|
|||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectFrameBounds" extendedState="1">
|
<component name="ProjectFrameBounds">
|
||||||
<option name="x" value="80" />
|
<option name="x" value="80" />
|
||||||
<option name="y" value="5" />
|
<option name="y" value="5" />
|
||||||
<option name="width" value="1810" />
|
<option name="width" value="1810" />
|
||||||
<option name="height" value="1000" />
|
<option name="height" value="1000" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||||||
<component name="ProjectView">
|
<component name="ProjectView">
|
||||||
<navigator proportions="" version="1">
|
<navigator proportions="" version="1">
|
||||||
<foldersAlwaysOnTop value="true" />
|
<foldersAlwaysOnTop value="true" />
|
||||||
@ -80,6 +90,7 @@
|
|||||||
</panes>
|
</panes>
|
||||||
</component>
|
</component>
|
||||||
<component name="PropertiesComponent">
|
<component name="PropertiesComponent">
|
||||||
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
||||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||||
<property name="settings.editor.selected.configurable" value="preferences.general" />
|
<property name="settings.editor.selected.configurable" value="preferences.general" />
|
||||||
</component>
|
</component>
|
||||||
@ -124,7 +135,7 @@
|
|||||||
</recent_temporary>
|
</recent_temporary>
|
||||||
</component>
|
</component>
|
||||||
<component name="SvnConfiguration">
|
<component name="SvnConfiguration">
|
||||||
<configuration />
|
<configuration>C:\Users\jpleb\AppData\Roaming\Subversion</configuration>
|
||||||
</component>
|
</component>
|
||||||
<component name="TaskManager">
|
<component name="TaskManager">
|
||||||
<task active="true" id="Default" summary="Default task">
|
<task active="true" id="Default" summary="Default task">
|
||||||
@ -141,7 +152,7 @@
|
|||||||
<editor active="true" />
|
<editor active="true" />
|
||||||
<layout>
|
<layout>
|
||||||
<window_info id="Favorites" side_tool="true" />
|
<window_info id="Favorites" side_tool="true" />
|
||||||
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
|
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
|
||||||
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
||||||
<window_info anchor="bottom" id="Version Control" />
|
<window_info anchor="bottom" id="Version Control" />
|
||||||
<window_info anchor="bottom" id="Python Console" />
|
<window_info anchor="bottom" id="Python Console" />
|
||||||
@ -149,7 +160,7 @@
|
|||||||
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
||||||
<window_info anchor="bottom" id="Message" order="0" />
|
<window_info anchor="bottom" id="Message" order="0" />
|
||||||
<window_info anchor="bottom" id="Find" order="1" />
|
<window_info anchor="bottom" id="Find" order="1" />
|
||||||
<window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.32884902" />
|
<window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32884902" />
|
||||||
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
||||||
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
||||||
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
||||||
@ -159,6 +170,10 @@
|
|||||||
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
||||||
</layout>
|
</layout>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="VcsManagerConfiguration">
|
||||||
|
<MESSAGE value="TAU20 pytorch linear regression" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="TAU20 pytorch linear regression" />
|
||||||
|
</component>
|
||||||
<component name="editorHistoryManager">
|
<component name="editorHistoryManager">
|
||||||
<entry file="file://$PROJECT_DIR$/gonito.yaml">
|
<entry file="file://$PROJECT_DIR$/gonito.yaml">
|
||||||
<provider selected="true" editor-type-id="text-editor" />
|
<provider selected="true" editor-type-id="text-editor" />
|
||||||
@ -178,8 +193,8 @@
|
|||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/my_solution.py">
|
<entry file="file://$PROJECT_DIR$/my_solution.py">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state relative-caret-position="102">
|
<state relative-caret-position="143">
|
||||||
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
<caret line="42" column="25" selection-start-line="42" selection-start-column="25" selection-end-line="42" selection-end-column="25" />
|
||||||
<folding>
|
<folding>
|
||||||
<element signature="e#0#13#0" expanded="true" />
|
<element signature="e#0#13#0" expanded="true" />
|
||||||
</folding>
|
</folding>
|
||||||
|
1000
dev-0/out.tsv
1000
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -34,13 +34,13 @@ X_testA = pandas.read_csv('test-A/in.tsv', sep='\t', header=None, names=names)
|
|||||||
X_testA.drop('opis', axis=1, inplace=True)
|
X_testA.drop('opis', axis=1, inplace=True)
|
||||||
X_testA = encoder(X_testA)
|
X_testA = encoder(X_testA)
|
||||||
|
|
||||||
data_train = X_train[['Powierzchnia w m2', 'Liczba pokoi', 'Miejsce parkingowe', 'Liczba pięter w budynku']].values
|
data_train = X_train[['Powierzchnia w m2', 'Liczba pokoi']].values
|
||||||
data_train = np.hstack((data_train, np.ones((data_train.shape[0], 1), dtype=data_train.dtype)))
|
data_train = np.hstack((data_train, np.ones((data_train.shape[0], 1), dtype=data_train.dtype)))
|
||||||
|
|
||||||
|
|
||||||
x = torch.tensor(data_train , dtype=torch.float)
|
x = torch.tensor(data_train , dtype=torch.float)
|
||||||
y = torch.tensor(y_train, dtype=torch.float)
|
y = torch.tensor(y_train, dtype=torch.float)
|
||||||
w = torch.tensor([0, 0, 0, 0, 0], dtype=torch.float, requires_grad=True)
|
w = torch.tensor([0, 0, 0], dtype=torch.float, requires_grad=True)
|
||||||
learning_rate = torch.tensor(0.00000001)
|
learning_rate = torch.tensor(0.00000001)
|
||||||
|
|
||||||
for _ in range(100000):
|
for _ in range(100000):
|
||||||
@ -55,13 +55,13 @@ w.requires_grad_(False)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
data_dev = X_dev0[['Powierzchnia w m2', 'Liczba pokoi', 'Miejsce parkingowe', 'Liczba pięter w budynku']].values
|
data_dev = X_dev0[['Powierzchnia w m2', 'Liczba pokoi']].values
|
||||||
data_dev = np.hstack((data_dev, np.ones((data_dev.shape[0], 1), dtype=data_dev.dtype)))
|
data_dev = np.hstack((data_dev, np.ones((data_dev.shape[0], 1), dtype=data_dev.dtype)))
|
||||||
|
|
||||||
x_dev = torch.tensor(data_dev, dtype=torch.float)
|
x_dev = torch.tensor(data_dev, dtype=torch.float)
|
||||||
|
|
||||||
|
|
||||||
data_testA = X_testA[['Powierzchnia w m2', 'Liczba pokoi', 'Miejsce parkingowe', 'Liczba pięter w budynku']].values
|
data_testA = X_testA[['Powierzchnia w m2', 'Liczba pokoi']].values
|
||||||
data_testA = np.hstack((data_testA, np.ones((data_testA.shape[0], 1), dtype=data_testA.dtype)))
|
data_testA = np.hstack((data_testA, np.ones((data_testA.shape[0], 1), dtype=data_testA.dtype)))
|
||||||
x_test = torch.tensor(data_testA , dtype=torch.float)
|
x_test = torch.tensor(data_testA , dtype=torch.float)
|
||||||
|
|
||||||
|
972
test-A/out.tsv
972
test-A/out.tsv
@ -1,487 +1,487 @@
|
|||||||
229470
|
228194
|
||||||
104727
|
99139
|
||||||
124163
|
109340
|
||||||
80618
|
70617
|
||||||
87519
|
71976
|
||||||
97194
|
76050
|
||||||
87220
|
88938
|
||||||
104304
|
97781
|
||||||
122942
|
107982
|
||||||
66792
|
53625
|
||||||
78667
|
65849
|
||||||
66615
|
56342
|
||||||
130502
|
89632
|
||||||
151812
|
111362
|
||||||
90555
|
57700
|
||||||
134695
|
134451
|
||||||
101928
|
92348
|
||||||
89334
|
56342
|
||||||
104592
|
95064
|
||||||
102816
|
87580
|
||||||
78778
|
65849
|
||||||
42585
|
43424
|
||||||
157315
|
114079
|
||||||
75827
|
65849
|
||||||
137240
|
128354
|
||||||
79934
|
69923
|
||||||
104304
|
97781
|
||||||
77581
|
68565
|
||||||
56849
|
40708
|
||||||
117896
|
73998
|
||||||
103084
|
96422
|
||||||
124704
|
119511
|
||||||
602701
|
603107
|
||||||
91674
|
78072
|
||||||
75938
|
65849
|
||||||
65911
|
67207
|
||||||
76918
|
72640
|
||||||
115996
|
103907
|
||||||
88786
|
76050
|
||||||
66615
|
56342
|
||||||
104304
|
97781
|
||||||
77094
|
69923
|
||||||
160488
|
120205
|
||||||
99478
|
86945
|
||||||
51457
|
37992
|
||||||
55276
|
44783
|
||||||
84105
|
71282
|
||||||
163877
|
155517
|
||||||
323015
|
317892
|
||||||
58337
|
50909
|
||||||
201604
|
196986
|
||||||
158198
|
155517
|
||||||
54009
|
40708
|
||||||
120103
|
107982
|
||||||
79581
|
75356
|
||||||
308798
|
306303
|
||||||
149403
|
137861
|
||||||
105009
|
86915
|
||||||
102837
|
92348
|
||||||
121180
|
80124
|
||||||
101928
|
92348
|
||||||
88433
|
81483
|
||||||
120103
|
107982
|
||||||
130502
|
89632
|
||||||
89568
|
80789
|
||||||
112942
|
106594
|
||||||
92096
|
79431
|
||||||
84974
|
78072
|
||||||
157315
|
114079
|
||||||
46580
|
47499
|
||||||
87454
|
74692
|
||||||
137240
|
128354
|
||||||
90588
|
80789
|
||||||
309307
|
309714
|
||||||
95740
|
88938
|
||||||
147169
|
106624
|
||||||
79483
|
54984
|
||||||
141477
|
126996
|
||||||
59604
|
54984
|
||||||
156598
|
145316
|
||||||
95445
|
82841
|
||||||
58337
|
50909
|
||||||
109865
|
88967
|
||||||
110447
|
92348
|
||||||
90183
|
74692
|
||||||
129171
|
88273
|
||||||
639928
|
643852
|
||||||
99636
|
72640
|
||||||
68751
|
67207
|
||||||
99969
|
78766
|
||||||
111583
|
107982
|
||||||
150735
|
139219
|
||||||
285621
|
282550
|
||||||
84974
|
78072
|
||||||
89785
|
71282
|
||||||
714752
|
714476
|
||||||
80110
|
67207
|
||||||
100596
|
90990
|
||||||
76114
|
63133
|
||||||
81950
|
71976
|
||||||
1106248
|
1116493
|
||||||
129491
|
114773
|
||||||
131834
|
90990
|
||||||
82839
|
67207
|
||||||
83282
|
73334
|
||||||
90183
|
74692
|
||||||
145526
|
142600
|
||||||
83577
|
79431
|
||||||
226806
|
225478
|
||||||
123843
|
82841
|
||||||
110160
|
95064
|
||||||
|
70617
|
||||||
69259
|
69259
|
||||||
84855
|
64491
|
||||||
105845
|
53625
|
||||||
66680
|
71976
|
||||||
98989
|
59058
|
||||||
72119
|
197621
|
||||||
202324
|
97781
|
||||||
128953
|
50909
|
||||||
58337
|
117489
|
||||||
123746
|
71976
|
||||||
81950
|
95064
|
||||||
93232
|
82841
|
||||||
103853
|
67207
|
||||||
88629
|
84199
|
||||||
128015
|
70617
|
||||||
80618
|
91654
|
||||||
104083
|
88273
|
||||||
103501
|
696126
|
||||||
694025
|
140548
|
||||||
152029
|
64491
|
||||||
76426
|
96422
|
||||||
103084
|
74692
|
||||||
90183
|
260790
|
||||||
255754
|
101855
|
||||||
109320
|
90990
|
||||||
89237
|
79431
|
||||||
120495
|
88273
|
||||||
100772
|
44783
|
||||||
55276
|
166383
|
||||||
174532
|
80124
|
||||||
86990
|
78072
|
||||||
93493
|
65849
|
||||||
78778
|
99139
|
||||||
102907
|
60416
|
||||||
73451
|
56342
|
||||||
69455
|
80789
|
||||||
90588
|
82147
|
||||||
97489
|
37992
|
||||||
48617
|
74692
|
||||||
84614
|
80789
|
||||||
98997
|
86251
|
||||||
107313
|
309684
|
||||||
317788
|
137861
|
||||||
152132
|
114773
|
||||||
129602
|
107288
|
||||||
133617
|
80789
|
||||||
84909
|
86251
|
||||||
98793
|
97781
|
||||||
141222
|
64491
|
||||||
77446
|
155517
|
||||||
177965
|
72640
|
||||||
82597
|
107288
|
||||||
113738
|
93706
|
||||||
134498
|
79431
|
||||||
120495
|
73998
|
||||||
103697
|
56342
|
||||||
83654
|
156241
|
||||||
164599
|
97781
|
||||||
101576
|
78766
|
||||||
77250
|
517513
|
||||||
515918
|
68565
|
||||||
109840
|
78072
|
||||||
90765
|
72640
|
||||||
116676
|
143294
|
||||||
148940
|
64491
|
||||||
77446
|
42066
|
||||||
55452
|
78766
|
||||||
97129
|
97781
|
||||||
108165
|
127660
|
||||||
139396
|
61774
|
||||||
71943
|
54984
|
||||||
85162
|
73998
|
||||||
86769
|
111362
|
||||||
154652
|
104571
|
||||||
145153
|
104571
|
||||||
145042
|
92378
|
||||||
104805
|
77408
|
||||||
84438
|
165025
|
||||||
167520
|
64491
|
||||||
105734
|
64491
|
||||||
75516
|
88273
|
||||||
97932
|
71282
|
||||||
81266
|
35275
|
||||||
51522
|
404756
|
||||||
408177
|
71282
|
||||||
92514
|
147368
|
||||||
155886
|
136503
|
||||||
139552
|
70617
|
||||||
81528
|
414957
|
||||||
414436
|
2050911
|
||||||
2014034
|
84199
|
||||||
93937
|
85557
|
||||||
92429
|
65849
|
||||||
78778
|
76050
|
||||||
97194
|
61774
|
||||||
76602
|
71282
|
||||||
83994
|
76714
|
||||||
83642
|
86251
|
||||||
107313
|
142600
|
||||||
154046
|
67207
|
||||||
79999
|
50909
|
||||||
58337
|
56342
|
||||||
83654
|
81483
|
||||||
105361
|
71282
|
||||||
81266
|
228194
|
||||||
232198
|
120205
|
||||||
160488
|
57700
|
||||||
70787
|
60416
|
||||||
70611
|
93706
|
||||||
123139
|
70617
|
||||||
80618
|
90326
|
||||||
97109
|
97781
|
||||||
102485
|
78766
|
||||||
88609
|
65849
|
||||||
78778
|
128354
|
||||||
137240
|
57700
|
||||||
73516
|
37992
|
||||||
51457
|
46141
|
||||||
59448
|
43424
|
||||||
70983
|
80789
|
||||||
98997
|
78072
|
||||||
90765
|
71282
|
||||||
89785
|
56342
|
||||||
66615
|
48193
|
||||||
61464
|
86251
|
||||||
98793
|
93706
|
||||||
106100
|
64491
|
||||||
91645
|
179300
|
||||||
184363
|
78072
|
||||||
84974
|
72640
|
||||||
82597
|
43424
|
||||||
56784
|
63133
|
||||||
73275
|
93706
|
||||||
123139
|
82147
|
||||||
97489
|
247873
|
||||||
248652
|
50215
|
||||||
57763
|
90990
|
||||||
96735
|
105265
|
||||||
117328
|
70617
|
||||||
86187
|
216635
|
||||||
218130
|
127660
|
||||||
130876
|
74692
|
||||||
81774
|
76714
|
||||||
92161
|
73998
|
||||||
117896
|
111362
|
||||||
154652
|
90990
|
||||||
137403
|
78072
|
||||||
90765
|
71976
|
||||||
81950
|
95064
|
||||||
104592
|
99803
|
||||||
109234
|
89632
|
||||||
102104
|
71282
|
||||||
83994
|
78072
|
||||||
84974
|
59058
|
||||||
69279
|
137861
|
||||||
152132
|
140578
|
||||||
146387
|
84863
|
||||||
83225
|
257409
|
||||||
258123
|
75356
|
||||||
88101
|
50215
|
||||||
66172
|
70617
|
||||||
86187
|
74692
|
||||||
87454
|
71282
|
||||||
89785
|
84199
|
||||||
128015
|
262148
|
||||||
265494
|
43424
|
||||||
59624
|
73998
|
||||||
81089
|
201031
|
||||||
202833
|
54984
|
||||||
58583
|
82147
|
||||||
94760
|
50215
|
||||||
57763
|
61774
|
||||||
71943
|
67207
|
||||||
80110
|
63133
|
||||||
73275
|
220045
|
||||||
221479
|
88273
|
||||||
100772
|
75356
|
||||||
73902
|
43424
|
||||||
53944
|
54984
|
||||||
70852
|
64491
|
||||||
71655
|
73334
|
||||||
86122
|
101161
|
||||||
116246
|
57700
|
||||||
73516
|
92348
|
||||||
101928
|
104571
|
||||||
145042
|
284573
|
||||||
284760
|
53625
|
||||||
69520
|
86221
|
||||||
93076
|
603107
|
||||||
602701
|
109340
|
||||||
121434
|
120205
|
||||||
160488
|
88273
|
||||||
129171
|
101855
|
||||||
105571
|
408860
|
||||||
406642
|
56342
|
||||||
89334
|
50215
|
||||||
66172
|
90990
|
||||||
106165
|
84199
|
||||||
93937
|
69259
|
||||||
79287
|
97116
|
||||||
106608
|
50215
|
||||||
57652
|
69923
|
||||||
77094
|
82147
|
||||||
97489
|
93706
|
||||||
103260
|
166383
|
||||||
174532
|
255417
|
||||||
261750
|
59722
|
||||||
68905
|
319162
|
||||||
318665
|
93706
|
||||||
121208
|
694074
|
||||||
686328
|
66543
|
||||||
76623
|
88967
|
||||||
109976
|
73998
|
||||||
117896
|
251977
|
||||||
255636
|
82841
|
||||||
126572
|
61774
|
||||||
88982
|
59058
|
||||||
74848
|
71282
|
||||||
84105
|
73998
|
||||||
117896
|
57700
|
||||||
65107
|
96422
|
||||||
125802
|
81483
|
||||||
91273
|
65849
|
||||||
78778
|
234985
|
||||||
238969
|
84863
|
||||||
93563
|
111362
|
||||||
140453
|
31201
|
||||||
44797
|
42066
|
||||||
55452
|
198979
|
||||||
200816
|
81483
|
||||||
94113
|
63133
|
||||||
70435
|
44118
|
||||||
60197
|
44118
|
||||||
54629
|
171815
|
||||||
171340
|
193546
|
||||||
195489
|
43424
|
||||||
59513
|
53625
|
||||||
69520
|
70617
|
||||||
77779
|
68565
|
||||||
112680
|
73998
|
||||||
118007
|
424493
|
||||||
424706
|
78072
|
||||||
84974
|
123586
|
||||||
134379
|
71976
|
||||||
98989
|
78766
|
||||||
99969
|
80124
|
||||||
98461
|
49551
|
||||||
57116
|
74692
|
||||||
85524
|
78766
|
||||||
124507
|
72640
|
||||||
82597
|
80124
|
||||||
101190
|
99139
|
||||||
110406
|
71282
|
||||||
81266
|
213254
|
||||||
214819
|
80124
|
||||||
101190
|
183345
|
||||||
188210
|
88938
|
||||||
95740
|
80789
|
||||||
90588
|
90326
|
||||||
105517
|
71976
|
||||||
84790
|
81483
|
||||||
105361
|
299513
|
||||||
299410
|
54290
|
||||||
61648
|
291364
|
||||||
297099
|
63133
|
||||||
76114
|
61774
|
||||||
71943
|
64491
|
||||||
79265
|
65849
|
||||||
70259
|
93706
|
||||||
100309
|
86915
|
||||||
98420
|
40708
|
||||||
54120
|
75356
|
||||||
105140
|
78766
|
||||||
98948
|
76050
|
||||||
83106
|
56342
|
||||||
66615
|
95758
|
||||||
125155
|
71976
|
||||||
81950
|
48857
|
||||||
56432
|
92348
|
||||||
101928
|
88273
|
||||||
100772
|
139219
|
||||||
142215
|
72640
|
||||||
93957
|
125638
|
||||||
127876
|
105930
|
||||||
112406
|
131070
|
||||||
139904
|
86915
|
||||||
127839
|
84863
|
||||||
94584
|
124280
|
||||||
135974
|
99139
|
||||||
111316
|
638419
|
||||||
631761
|
80124
|
||||||
101190
|
224149
|
||||||
225512
|
50909
|
||||||
58337
|
99803
|
||||||
109234
|
89632
|
||||||
130502
|
101855
|
||||||
108411
|
81483
|
||||||
105361
|
76714
|
||||||
106472
|
65849
|
||||||
78667
|
67207
|
||||||
79999
|
61774
|
||||||
88982
|
50215
|
||||||
66172
|
101855
|
||||||
111251
|
84199
|
||||||
96666
|
72640
|
||||||
85437
|
101191
|
||||||
107764
|
80789
|
||||||
90588
|
78766
|
||||||
98948
|
72640
|
||||||
85326
|
50909
|
||||||
58337
|
96422
|
||||||
108763
|
60416
|
||||||
70611
|
70617
|
||||||
80618
|
83505
|
||||||
90412
|
156876
|
||||||
162369
|
71282
|
||||||
84105
|
76050
|
||||||
88786
|
43424
|
||||||
53944
|
77408
|
||||||
101477
|
88273
|
||||||
129171
|
90326
|
||||||
105517
|
109340
|
||||||
124163
|
84893
|
||||||
100190
|
64491
|
||||||
77446
|
103213
|
||||||
143821
|
155517
|
||||||
163877
|
67207
|
||||||
77270
|
124280
|
||||||
133245
|
56342
|
||||||
86494
|
93706
|
||||||
123139
|
67207
|
||||||
80110
|
73998
|
||||||
117896
|
80789
|
||||||
90588
|
93706
|
||||||
121208
|
323266
|
||||||
322587
|
65849
|
||||||
95817
|
54290
|
||||||
64599
|
52267
|
||||||
65460
|
96422
|
||||||
105812
|
82841
|
||||||
92605
|
80789
|
||||||
90588
|
71976
|
||||||
81950
|
97781
|
||||||
104415
|
100497
|
||||||
112759
|
80789
|
||||||
90588
|
88273
|
||||||
97932
|
57700
|
||||||
73516
|
104571
|
||||||
129023
|
99803
|
||||||
109234
|
44118
|
||||||
60197
|
103213
|
||||||
143821
|
61774
|
||||||
88982
|
88273
|
||||||
129171
|
47499
|
||||||
57940
|
216635
|
||||||
218130
|
68565
|
||||||
109840
|
70617
|
||||||
77667
|
103213
|
||||||
146550
|
80789
|
||||||
98997
|
56342
|
||||||
71274
|
64491
|
||||||
105734
|
78072
|
||||||
82245
|
73998
|
||||||
83929
|
147368
|
||||||
155886
|
80124
|
||||||
92781
|
60416
|
||||||
70611
|
78766
|
||||||
102698
|
97781
|
||||||
109984
|
53625
|
||||||
69520
|
95758
|
||||||
99597
|
246544
|
||||||
253148
|
83505
|
||||||
92231
|
44783
|
||||||
75155
|
218687
|
||||||
222876
|
64491
|
||||||
77335
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user