代码搜索:Add
找到约 10,000 项符合「Add」的源代码
代码结果 10,000
www.eeworm.com/read/177066/9470247
asm add.asm
extrn func_putint :proc
extrn func_putchar :proc
extrn func_getch :proc
extrn func_getche :proc
_data segment
str_2 db "Result of x + y is :", 0
str_1 db "Please input y :", 0
str_0 db
www.eeworm.com/read/177066/9470252
c add.c
#include
void main()
{
int x, y;
puts("Please input x :");
x = getint();
putln();
puts("Please input y :");
y = getint();
putln();
puts("Result of x + y is :");
putint(
www.eeworm.com/read/177066/9470255
exe add.exe
www.eeworm.com/read/176665/9488426
png add.png
www.eeworm.com/read/176665/9488514
png add.png
www.eeworm.com/read/176304/9506285