This website works better with JavaScript.
Explore
Help
Sign In
pqx987zs4
/
pw6
Watch
1
Star
0
Fork
You've already forked pw6
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.
f5f2a9a299
master
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f5f2a9a299'
${ noResults }
pw6
/
Student
/
task2
/
sy
/
func_test.sy
13 lines
123 B
Raw
Blame
History
int a,b,c;
int add(int a,int b){
c=a+b;
return (c-1);
}
int main(){
a=3;
b=2;
return c + add(a,b);
}
Reference in new issue
View Git Blame
Copy Permalink