Add all the assignment code.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
58c6b1f81c
commit
cfe502c598
1277 changed files with 48709 additions and 1 deletions
20
hw6/hw5programs/run44fixed.oat
Normal file
20
hw6/hw5programs/run44fixed.oat
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
global str = string[][][][][][][][][][] null;
|
||||
|
||||
int program (int argc, string[] argv) {
|
||||
str = new string[][][][][][][][][][1]{i1 ->
|
||||
new string[][][][][][][][][1]{i2 ->
|
||||
new string[][][][][][][][1]{i3 ->
|
||||
new string[][][][][][][1]{i4 ->
|
||||
new string[][][][][][1]{i5 ->
|
||||
new string[][][][][1]{i6 ->
|
||||
new string[][][][1]{i7 ->
|
||||
new string[][][1]{i8 ->
|
||||
new string[][1]{i9 ->
|
||||
new string[1]{i10 -> "hello"}}}}}}}}}};
|
||||
|
||||
if?(string[][][][][][][][][][] x = str) {
|
||||
print_string (x[0][0][0][0][0][0][0][0][0][0]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue