代码搜索结果
找到约 10,000 项符合
Input 的代码
input3
program test (out);
var max,x: integer;
function foo(x : integer) : integer;
begin
if x = 0 then
foo:= 1
else
foo := foo(x - 1)*2
end;
begin
max := 44;
readln(x);
if
input1
program test (int,out);
var x: integer;
begin
x := 3;
while (x > 0) do
x := x - 1
end.
input2
3 * (2 + 4)
x = 24
y = x + 1
3 * y
2 + x + y
input1
w = 3 * 2
y = 2 + 1 * 4
3 * 4
input2
(3 + 2) * (9 + 4 + 2) / 3
input3
(3 + 2) * (9 + 4 * - 2) / 3
input1
3 + 2
input.txt
**********************************************************************
** **
** What's New in the NAV Virus Definitions Files W
input.h
// Input.h: interface for the CDirectInput class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INPUT_H__81DD96A4_AFE9_11D3_B12A_ED3DDE047E66__INCLUDE