-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathQuestions.txt
executable file
·71 lines (58 loc) · 1.28 KB
/
Questions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
EN PLUS:
- a/5+6-8/A (quad)
- cond: a>b+5 (quad)
-affecter entier à reel
valR [+-]?(0|[1-9][0-9]*)"."[0-9]*[1-9]
ALGORITHME a
VAR a|b:entier;
b|t[5]|a|c:reel;
t:entier;
a[5]:entier;
b:chaine;
DEBUT
c<--5;
c<--5;
c<--5/55/0;
=====================================================
ALGORITHME algo
VAR entier a;entier c;chaine d;
reel a|b;
=====================================================
ALGORITHME algo
VAR entier entier;entier c;chaine d;
reel a|b;
ALGORITHME algo
VAR entier a;enti c;chaine d;
ALGORITHME algo
VAR entier a;entier c;chaine d;
Faire a<-2; SI (6.2>6)
/*dzadzada*/
//dadazdzadza
ALGORITHME algo
VAR entier a;entier c;chaine d;
reel a|b;
f[5]:entier;a:entier; b:reel;
//dazdazdazdzada
DEBUT
/*dzadzadzada*/
Faire a<--2; SI (6.2>6)
Faire a<--2; SI (6.5<6.2)
Faire a<--2; SI (5.2>a)
Faire a<--2; SI (5<b)
Faire a<--2; SI (a!=d)
a<--3+5+7;
Pour a<--5 jusque 5 Faire a<--9;Faire a<--7; SI (a=5)
a<--5;
h<--7; Fait
FIN
/*dazdzada*/
//adzda
-----------------TEST-------------
afficher la ligne et collone (division /0)
partieInstruction: inst_aff partieInstruction {printf("correct");}
| inst_boucle partieInstruction
| inst_cond partieInstruction
| inst_aff
|inst_boucle
|inst_cond
;