Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Bitnami MediaWiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
1084 - Tren
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
= Explicație = Pe linia <code>1</code> au staţionat <code>3</code> trenuri, iar pe linia <code>2</code> au staţionat <code>5</code> trenuri, astfel <code>Z=5.</code> La ora <code>14:20</code> Rareş vede trenul care ajunge pe linia <code>1</code> şi va staţiona până la ora <code>14:23</code>. El nu vede trenul care ajunge pe linia <code>2</code> la ora <code>14:21</code> şi pleacă la <code>14:22</code>. El vede trenul care ajunge pe linia <code>2</code> la <code>14:24</code> pentru că în momentul sosirii nu se află tren pe linia <code>1</code>. De asemenea, el vede trenul care ajunge la <code>14:40</code> pe linia <code>1</code>, dar nu vede următoarele <code>2</code> trenuri care ajung pe linia <code>2</code> întrucât trenul de pe linia <code>1</code> pleacă la <code>14:48</code>. Vede şi ultimul tren de pe linia <code>2</code> pentru că el soseşte înainte de plecarea trenului de pe linia <code>1</code> şi pleacă după acesta. În total a văzut <code>5</code> trenuri. În intervalele de timp <code>[14:29-14:39]</code> şi <code>[14:51-14:55]</code>, Rareş nu vede niciun tren, durata de timp maximă fiind de <code>11</code> minute (determinată de trenul care pleacă la <code>14:28</code> şi următorul tren care soseşte la <code>14:40</code>). <syntaxhighlight lang="python" line="1"> import sys t1 = 0 x = 1 y = 0 z = 0 t = 0 l = 0 h = 0 m = 0 sta = 0 s = 0 p = 0 am2 = 0 p1 = 0 p2 = 0 u = 0 with open("trenin.txt", "r") as f: lines = f.readlines() t = int(lines[0]) for i in range(1, t+1): l, h, m, sta = map(int, lines[i].split()) s = h*60 + m p = s + sta if s - u > y: y = s - u if s > p1 + 1 and am2 == 1 and p2 > p1: x += 1 am2 = 0 if l == 1: x += 1 t1 += 1 p1 = p else: if s > p1: x += 1 am2 = 0 p2 = p elif p > p1: p2 = p am2 = 1 u = max(p1, p2) if am2: x += 1 z = max(t1, t - t1) if y: y -= 1 with open("trenout.txt", "w") as g: g.write(str(z) + str(x) + str(y)) </syntaxhighlight>
Summary:
Please note that all contributions to Bitnami MediaWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Bitnami MediaWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width