There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
Oh, my darling, I'm falling
I'm sorry but I'm not shy around you
Save me, be my baby
Call me crazy, but I'm not shy around you!
'Round you, I'm not shy around you!
[Instrumental/ vocal break]
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
Oh, my darling, I'm falling
I'm sorry but I'm not shy around you
Save me, be my baby
Call me crazy, but I'm not shy around you!
'Round you, I'm not shy around you!
tbh the worst is when the teacher doesn't even explain stuff, she just says "that's how it is" and "well, if you want to understand more u have to go and study physics"
i'm not even attending physics lectures anymore because it's super boring and i don't understand most of the stuff anyway
instead i go to that fat bitch to do my labs
everyone in our group who passes labs to her got only 1/6 labs done, some even 0/6 and the semester is over on christmas
i was the the first one to skip lectures to pass labs to her instead so i almost got 4/6 done but i'm still not sure i'm gonna make it in time
idk what the rest's gonna do tbh, it's not humanly possible for every one of us to pass all the labs till the end of the semester
if anyone from my half of the group gonna make it to the 2nd semester where we swap lab professors it's gonna be quite the show for us xd
here's how my avg lab defence goes
i prepare, sit in front of her desk with 3-5 other ppl defending
10-20 mins passes, it is my turn to defend
i begin, yada, yada, she finds some tiny shit, tells me to fix/find it(even tho it's not even remotely important most of the time), i spend between 10 seconds and 2 minutes fixing it
and the rest of the class i have to wait till it's my turn(if it comes at all, once the bell rings she's out) again while she listens to retards that fail on basic questions because they didn't even bother to read up on labs subject
type pole = array[1..1000] of integer;
var p: pole;
i, a, x: integer;
begin
i := 1;
read ( x );
while x <> -1 do begin
if x mod 2 <> 0 then begin
p[i] := x;
i := i+1;
end
else write (x,' ');
read ( x );
end;
for a := 1 to 1000 do
if p[a] <> 0 then write (p[a],' ')
else break;
end.
how retarded is this?
(task: you get between 0 and 1000 positive whole numbers ended by -1 (which doesnt belong in the line), write all the even numbers and then write all the odd numbers)
it somehow works but it seems stupid that i have to overwrite the line i'm reading from
and i suppose i can't jump from first to second line and back on a certain position, right? (i'm ignoring linked lists atm, i'll do it after i get the basic shit done)
also i dont want to use two arrays for even and odd numbers separately
seems fine except that u potentially check the last statement up to 1000 times when it should only trigger once
especially since u already have i which is amount of odd numbers u've got +1
for this ur professor may use lube i think
arin i know this comes off as douchey but i think u should try to do these excercises on your own because they are really basic and important for ur future studies/career
copying an answer and understanding it is not the same as doing it yourself and figuring it out
also alenari, your school seems pretty screwed up if they have system like that
godspeed to both you and meka
idk they always tell us that we should turn all labs in by the end of the semester or else we won't even be able to pass exams(because to pass exams we first have to get "зачет" which includes passing all the labs)
but i constantly hear that ppl pass their labs for the previous year even, and a guy who's on his 2nd year told me ppl got зачет just by passing 1-2 labs to that lady(but last year they also had to do 25 tasks of homework and this year we don't so who knows)
i guess they won't expel half of the group especially if all of those ppl were passing labs to the same prof.
arin i know this comes off as douchey but i think u should try to do these excercises on your own because they are really basic and important for ur future studies/career
copying an answer and understanding it is not the same as doing it yourself and figuring it out
i get your point and i agree with it, but..
i wanted opinion of someone who is more competent than me but this code 100% works, but the school code analyser checks only solutions for certain (hidden) sets of inputs - and also it sometimes evaluates based on time but this wasn't the case
it gives correct outputs i just wanted to know if it's somehow optimal solution or not
but w/e im probably about to fail anyway
seems fine except that u potentially check the last statement up to 1000 times when it should only trigger once
especially since u already have i which is amount of odd numbers u've got +1
also i dont really understand this, as soon as i hit 0 in the array it just jumps out of the cycle and ends
how would i check the last statement up to 1000 times unless there were 1000 odd numbers
(but yea putting i-1 instead of 1000 would be more elegant, thanks)
you don't have to get optimal solution for now.
optimal solution means, what if i'll enter asdkjadh in your input zone your code should work.
if i'll enter 6.1^e7.1xz*-(z1.^98-/1), your code should work.
and you'll have to do it in next 4 months i think.
luckily we aren't supposed to detect if the input is in the correct form and not some bullshit (yet)
this was my question during first or second lesson actually
i'm not specifically talking about this very excercise, but in gerneral, you should rather keep trying than come here and ask s1 else (apart from optimization tasks, but imo you should even learn how to make your code more efficient because that's 90% of programming)
it still checks the statement "p[.i] <>0" i-1 times
every statement check is a toll on ur processor
while if u go from 1 to i-1 u won't have to check any statements(except for the "for" cycle ofc)
you don't have to get optimal solution for now.
also i disagree with this
optimizing ur program is a habit and it should be acquired on simple programs like that
if u don't optimize simple programs u can guarantee u won't bother with bigger programs and real projects where optimization can be actually important
i thought that as soon as i encounter 0 in the array then i'll immediately jump out of cycle and end the program, not check all of those other zeros too like "yup, that's zero. 987 more zeros to check"
mine
fuq ayy lmao og's
no it isnt
TripleSteal pudge LUL
the only help yassero needs with lp is beign sent there tbh
triplesteal roasts Kreygasm
[Electronic music]
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
Oh, my darling, I'm falling
I'm sorry but I'm not shy around you
Save me, be my baby
Call me crazy, but I'm not shy around you!
'Round you, I'm not shy around you!
[Instrumental/ vocal break]
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
There's no way I could turn you down
When I know that there's a chance to show you
There's no one that I'm shy around
But if only I could let this out
I could let this out
Oh, my darling, I'm falling
I'm sorry but I'm not shy around you
Save me, be my baby
Call me crazy, but I'm not shy around you!
'Round you, I'm not shy around you!
[Instrumental/ vocal break]
[Electronic music]
SourPls
LUL
my analysis and physics lectures in a nutshell
http://arhivach.org/storage/5/11/5117ad7da28426caf4bd08b743a17b30.webm
tfw ur dads autistic
ok geez whatever
https://my.mixtape.moe/poyxyz.webm
dunno, 2nd one isn't loading for me.. used a vpn & that shit seems pretty legit
those are both the same i just rehosted just for ur lazy ass
no, i mean that the 2nd one isn't loading for me anyway, with vpn or without, so i watched the first upload with vpn
as i told u before, we're doing electromagnetic induction right now and this is pretty much what i feel like in class
tbh the worst is when the teacher doesn't even explain stuff, she just says "that's how it is" and "well, if you want to understand more u have to go and study physics"
lmfao https://www.facebook.com/LADbible/videos/2986147798099057/
i'm not even attending physics lectures anymore because it's super boring and i don't understand most of the stuff anyway
instead i go to that fat bitch to do my labs
everyone in our group who passes labs to her got only 1/6 labs done, some even 0/6 and the semester is over on christmas
i was the the first one to skip lectures to pass labs to her instead so i almost got 4/6 done but i'm still not sure i'm gonna make it in time
idk what the rest's gonna do tbh, it's not humanly possible for every one of us to pass all the labs till the end of the semester
if anyone from my half of the group gonna make it to the 2nd semester where we swap lab professors it's gonna be quite the show for us xd
i mean u still got a month, no? 2 labs should be hard but not impossible
here's how my avg lab defence goes
i prepare, sit in front of her desk with 3-5 other ppl defending
10-20 mins passes, it is my turn to defend
i begin, yada, yada, she finds some tiny shit, tells me to fix/find it(even tho it's not even remotely important most of the time), i spend between 10 seconds and 2 minutes fixing it
and the rest of the class i have to wait till it's my turn(if it comes at all, once the bell rings she's out) again while she listens to retards that fail on basic questions because they didn't even bother to read up on labs subject
DXIOXH)HD*)DH(_XK{ASOXK_W#DJ_(JX(_HJWSD(_J#$
nice story, clockwerkula
stop calling me clockwerkula
it's not even .00001% related to me u just pulled this name out of ur hairy ass
how retarded is this?
(task: you get between 0 and 1000 positive whole numbers ended by -1 (which doesnt belong in the line), write all the even numbers and then write all the odd numbers)
it somehow works but it seems stupid that i have to overwrite the line i'm reading from
and i suppose i can't jump from first to second line and back on a certain position, right? (i'm ignoring linked lists atm, i'll do it after i get the basic shit done)
also i dont want to use two arrays for even and odd numbers separately
also alenari, your school seems pretty screwed up if they have system like that
godspeed to both you and meka
seems fine except that u potentially check the last statement up to 1000 times when it should only trigger once
especially since u already have i which is amount of odd numbers u've got +1
for this ur professor may use lube i think
whom shall i call clockwerkula then
Chin chin battle is out? Hell yea
Back then when I added you, you had this dracula picture with clockwerk photoshopped on it
I tagged you like this since then
arin i know this comes off as douchey but i think u should try to do these excercises on your own because they are really basic and important for ur future studies/career
copying an answer and understanding it is not the same as doing it yourself and figuring it out
idk they always tell us that we should turn all labs in by the end of the semester or else we won't even be able to pass exams(because to pass exams we first have to get "зачет" which includes passing all the labs)
but i constantly hear that ppl pass their labs for the previous year even, and a guy who's on his 2nd year told me ppl got зачет just by passing 1-2 labs to that lady(but last year they also had to do 25 tasks of homework and this year we don't so who knows)
i guess they won't expel half of the group especially if all of those ppl were passing labs to the same prof.
makes sense
i forgot about that pic
also САМАЯ БОЛЬШАЯ ОШИБКА - СТАН ИН МАЙ СТАН
Самая самая
i get your point and i agree with it, but..
i wanted opinion of someone who is more competent than me but this code 100% works, but the school code analyser checks only solutions for certain (hidden) sets of inputs - and also it sometimes evaluates based on time but this wasn't the case
it gives correct outputs i just wanted to know if it's somehow optimal solution or not
but w/e im probably about to fail anyway
also i dont really understand this, as soon as i hit 0 in the array it just jumps out of the cycle and ends
how would i check the last statement up to 1000 times unless there were 1000 odd numbers
(but yea putting i-1 instead of 1000 would be more elegant, thanks)
luckily we aren't supposed to detect if the input is in the correct form and not some bullshit (yet)
this was my question during first or second lesson actually
i dont understand what the sign - before / could mean
years of doing maths were wasted
i'm not specifically talking about this very excercise, but in gerneral, you should rather keep trying than come here and ask s1 else (apart from optimization tasks, but imo you should even learn how to make your code more efficient because that's 90% of programming)
it still checks the statement "p[.i] <>0" i-1 times
every statement check is a toll on ur processor
while if u go from 1 to i-1 u won't have to check any statements(except for the "for" cycle ofc)
also i disagree with this
optimizing ur program is a habit and it should be acquired on simple programs like that
if u don't optimize simple programs u can guarantee u won't bother with bigger programs and real projects where optimization can be actually important
well, you can put optimization up ur ass when u can't even program the structure itself without optimization
i thought that as soon as i encounter 0 in the array then i'll immediately jump out of cycle and end the program, not check all of those other zeros too like "yup, that's zero. 987 more zeros to check"