This commit is contained in:
Yadunand Prem
2022-10-13 14:19:42 +08:00
parent 82a1f769fe
commit cdc460bdc7
33 changed files with 1080 additions and 0 deletions

6
Lab6/output/Test1.out Normal file
View File

@@ -0,0 +1,6 @@
2030
CS2030S
world!
hello
world!
hello

7
Lab6/output/Test2.out Normal file
View File

@@ -0,0 +1,7 @@
2030
?
CS2030S
CS2030S
world!
hello
hello

19
Lab6/output/Test3.out Normal file
View File

@@ -0,0 +1,19 @@
123456
1
?
?
1
123456
length
6
length
6
length
6
1010
?
?
2030
2020
1010
/ by zero

23
Lab6/output/Test4.out Normal file
View File

@@ -0,0 +1,23 @@
?
?
?
?
combine
2030
20
30
?
?
2030 + 0.1
2030
9
8
7
6
5
4
3
2
1
0
1024

6
Lab6/output/Test5.out Normal file
View File

@@ -0,0 +1,6 @@
((? | ?) & !(!(?)))
((!(?) & !(?)) | !(?))
((? | ?) & ?)
true
((!(t) & !(?)) | !(t))
((t | ?) & t)