Skip to content
Snippets Groups Projects
Commit cdf9a878 authored by lang0909's avatar lang0909
Browse files

add lexical sample1

parent 17636b7c
Branches
No related tags found
No related merge requests found
Pipeline #2128 canceled
ex1.txt 0 → 100644
int main(int a, double b)
{
char str = "asdasd\
sdasdsa";
if(a==0)
{
return 2;
}
while(b!=0)
{
return 1;
}
int x = 1234567890123;
double y = 1.21315e+5;
double z = 1.3123e2;
1>2;
2<1;
3>=1;
1<=3; /* judge ex1.txt */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment