mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 22:59:37 +02:00
Downloaded 0721 questions
This commit is contained in:
parent
eb8ea2909c
commit
935d4532aa
162 changed files with 1435 additions and 2 deletions
11
0721_6/wrong1.txt
Normal file
11
0721_6/wrong1.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
class System
|
||||
Real x; // MB in buffer
|
||||
Real u; // input pulse
|
||||
initial equation
|
||||
x = 3;
|
||||
u = 0;
|
||||
equation
|
||||
when sample(0, 1) then
|
||||
u = 1 - pre(u);
|
||||
end when;
|
||||
der(x) = 2*u -
|
Loading…
Add table
Add a link
Reference in a new issue