aboutsummaryrefslogtreecommitdiff
path: root/3/main.l
diff options
context:
space:
mode:
Diffstat (limited to '3/main.l')
-rw-r--r--3/main.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/3/main.l b/3/main.l
index ebac3d7..f423e7a 100644
--- a/3/main.l
+++ b/3/main.l
@@ -18,6 +18,8 @@ d [0-9]
18-{d}+ negint++; 18-{d}+ negint++;
19\+?{d}*\.{d}+ posfrac++; 19\+?{d}*\.{d}+ posfrac++;
20-{d}*\.{d}+ negfrac++; 20-{d}*\.{d}+ negfrac++;
21\n ;
22. ;
21%% 23%%
22 24
23int main(void) { 25int main(void) {