This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
wangxinyu2
/
group_practice
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
1
Вики
Activity
Преглед изворни кода
回滚操作
JJL
JIU JIALIN
пре 1 недеља
родитељ
e10c013a27
комит
f5f448db32
2 измењених фајлова
са
28 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gitignore
+28
-0
JJL.c
+ 0
- 1
.gitignore
Прегледај датотеку
@@ -1,3 +1,2 @@
patch/
.vscode/
./JJL.c
+ 28
- 0
JJL.c
Прегледај датотеку
@@ -0,0 +1,28 @@
#include "stdio.h"
int add(int a,int b)
{
return a + b;
}
int multiply(int a,int b)
{
return a * b;
}
int sub(int a,int b)
{
return a-b;
}
void my_printf(int a)
{
printf("\r\n\r\n%d\r\n\r\n",a);
}
int main()
{
printf("hello world!");
return 0;
}
Write
Preview
Loading…
Откажи
Сачувај