Homework 2
This commit is contained in:
parent
12f678a924
commit
bf60a078d7
64 changed files with 4786 additions and 1185 deletions
0
javali_tests/HW1_nop90/EightVariablesWrite.javali
Normal file → Executable file
0
javali_tests/HW1_nop90/EightVariablesWrite.javali
Normal file → Executable file
|
@ -14,7 +14,7 @@ class Main {
|
|||
write(x); writeln();
|
||||
|
||||
/* performe some operation that should generate an int overflow */
|
||||
x = 2147483640;
|
||||
x = 21474836400;
|
||||
y = 60000;
|
||||
write( x + y); writeln();
|
||||
z = 20000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue