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