代码搜索结果
找到约 10,000 项符合
Input 的代码
input.txt
5 4 8 1 9 7 6 2 12 11 10 3 -1
input.c
//"********************CCDC01采集器测试仪软件:拼音输入法模块********************"
//"* 软件设计:张 凯 *"
//"* 日期: 2001/3
input.ldr
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00d30000
0x06be0409
0x00000000
0x00000f7b
0x0f7a0000
0x00001000
0x10841402
0x10700000
0x00000001
0x108414
input.java
import java.io.*;
public class Input
{
public static void main(String args[])
throws IOException
{
String str;
int a;
BufferedReader buf=new BufferedReader(new InputStreamReader(System.in));
input.c
// input.c -- when to use &
#include
int main(void)
{
int age; // variable
float assets; // variable
char pet[30]; // string
printf("
input.txt
17
input.txt
int TestCase()
{
int i;
char array[3]={'a','b','c'}
for(i=0;i
input.txt
2
4 3
1 0 1
0 0 0
1 1 0
1 0 1
1 0 1
1 1 1
0 1 1
1 0 1
4 3
1 0 1
0 0 0
1 0 0
1 1 1
1 1 0
1 1 1
0 1 1
1 0 1
input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`