This website works better with JavaScript.
Explore
Help
Sign In
pqx987zs4
/
pw_6
Watch
1
Star
0
Fork
You've already forked pw_6
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed25175a5f
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ed25175a5f'
${ noResults }
pw_6
/
Student
/
task1
/
sy
/
assign_test.sy
7 lines
91 B
Raw
Blame
History
int main(){
float b = 1.8;
int a[2] = {2};
a[1] = a[0] * b;
return a[1];
}
Reference in new issue
View Git Blame
Copy Permalink