求大神把下面的C语言译成python,拜托了!!!!

#include<time.>#include<stdio.h>#include<stdlib.h>Voidmain(){Intk,num;Srand(time(NULL... #include<time.>
#include<stdio.h>
#include<stdlib.h>
Void main()
{
Int k,num;
Srand(time(NULL));
Printf(“请输入一个0-99的数:”);
Scanf(“%d”,%num);
K=rand()%100;
If(k==num)
Printf(“Congradulation,you are right!”);
If(k>num)
Printf(“it is too high.”);
Else
Printf(“it is too small.”);
}
展开
 我来答
learneroner
高粉答主

2015-12-07 · 关注我不会让你失望
知道大有可为答主
回答量:1.1万
采纳率:91%
帮助的人:6614万
展开全部
import random

num = int(raw_input("请输入一个0-99的数:"))
K = random.randint(0, 99)
if K == num:
    print "Congradulation,you are right!"
elif K < num:
    print "it is too high."
else:
    print "it is too small."
更多追问追答
追问
复制粘贴运行不了怎么办
追答

我不知道你怎么运行的,然后运行不了是什么意思?我这儿没问题:

匿名用户
2015-12-07
展开全部
{
struct hashtable * p;
key_t shm_mem_key;
int i;

p = (struct hashtable *) malloc (sizeof(*p));
if (NULL == p)
return NULL;

p->capacity = capacity;

/* initialize the shared memory address space */

shm_mem_key = ftok(path,0);
if (shm_mem_key == -1){
free(p);
perror("ftok error");
return NULL;
}
追问
复制粘贴运行不了怎么办
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式