This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zzw
/
code
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
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.
4
Commits
2
Branches
0
Tags
1.7 MiB
C++
73%
C
24%
Python
3%
Branch:
master
bijiben
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
code
/
question1.c
9 lines
105 B
Raw
Permalink
Blame
History
#
include
<stdio.h>
void
func
(
void
)
{
printf
(
"
hhh
"
)
;
}
int
main
(
)
{
func
(
)
;
func
(
2
)
;
return
0
;
}
Reference in new issue