代码搜索结果
找到约 10,000 项符合
Input 的代码
input.htm
姓名:
密码:
性别:
input.c
// input.c -- when to use &
#include
int main(void)
{
int age; // variable
float assets; // variable
char pet[30]; // string
printf("
input.c
// Larbin
// Sebastien Ailleret
// 03-02-00 -> 23-11-01
#include
#include
#include
#include
#include
#include "options.h"
#include "t
input.h
// Larbin
// Sebastien Ailleret
// 03-02-00 -> 22-07-01
#ifndef INPUT_H
#define INPUT_H
#include "global.h"
/** see if there is some input and manage it */
int input ();
/** init everything */
voi
input.txt
int a;
int b;
int c;
while c>d do b:=a;
if a>b then c:=a else c:=d;
if d
input.txt
10 2
56 12 1 99 1000 234 33 55 99 812
input2
1.1 1.01
2.2 2.30
3.3 3.05
4.4 4.28
5.5 5.75
6.6 6.48
7.7 7.84
input1
1.1 1.1
2.2 2.2
3.3 3.3
4.4 4.4
5.5 5.5
6.6 6.6
7.7 7.7