首页
社区
课程
招聘
hello world
发表于: 2017-2-20 11:26 4249

hello world

2017-2-20 11:26
4249
收藏
免费 0
支持
分享
最新回复 (49)
雪    币: 40
活跃值: (303)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
c也没有着色。。。
2017-2-20 11:26
0
雪    币: 6112
活跃值: (1212)
能力值: (RANK:30 )
在线值:
发帖
回帖
粉丝
3
要插入代码,才有着色哦~直接复制粘贴是没有哒~
2017-2-20 11:27
0
雪    币: 40
活跃值: (303)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
我手写的呀,手写前点了插入代码了呀
2017-2-20 11:29
0
雪    币: 1080
活跃值: (165)
能力值: (RANK:30 )
在线值:
发帖
回帖
粉丝
5
#include <stdio.h>

int main() {
    printf("hello, world");
    return 0;
}


2017-2-20 11:31
0
雪    币: 9941
活跃值: (2143)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
6
void main()
{
  print("hello world ");
}
 void main()
{
  print("hello world ");
}
2017-2-20 13:26
0
雪    币: 5467
活跃值: (1430)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7

我也试试


void main()
{
  print("hello world ");
}


2017-2-20 14:26
0
雪    币: 1392
活跃值: (5107)
能力值: ( LV13,RANK:240 )
在线值:
发帖
回帖
粉丝
8
void main()
{
}

测试着色

2017-2-20 14:47
0
雪    币: 334
活跃值: (914)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
9
void main()
{
  print("hello world ");
}

测试着色。

2017-2-20 15:10
0
雪    币: 775
活跃值: (2308)
能力值: ( LV5,RANK:70 )
在线值:
发帖
回帖
粉丝
10
#include <stdio.h>

int main() {
   printf("hello, world");
   return 0;
}


2017-2-20 15:11
0
雪    币: 38
活跃值: (120)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
11
int main()
{
cout<<"Hello World"<<endl;
return 0;
}


2017-2-20 15:13
0
雪    币: 1039
活跃值: (355)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
12
print("hi")

if __name__ == '__main__':    print("hehe")



2017-2-20 15:47
0
雪    币: 298
活跃值: (43)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
13
#include <stdio.h>
 
int main() {
    printf("hello, world");
    return 0;
}


2017-2-20 17:45
0
雪    币: 440
活跃值: (1133)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
14
#include <stdio.h>

int main()
{
    printf("Test");
    return 0;
}


2017-2-20 18:39
0
雪    币: 1040
活跃值: (1293)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
15
#include <stdio.h>

int main()
{
    printf("Test");
    return 0;
}


2017-2-20 18:40
0
雪    币: 22
活跃值: (443)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
16
int i =0;


2017-2-20 19:45
0
雪    币: 22
活跃值: (443)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
17

#include <stdio.h>


2017-2-20 19:46
0
雪    币: 22
活跃值: (443)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
18

#include <stdio.h>

#include <stdio.h>


2017-2-20 19:46
0
雪    币: 6723
活跃值: (1199)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
19

内容

2017-2-20 21:36
0
雪    币: 1258
活跃值: (1434)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
20
#include <stdio.h>
int main()
{
    printf("Test");
    return 0;
}

2017-2-21 12:27
0
雪    币: 14
活跃值: (271)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
21


void main()
{
  print("hello world ");
}


2017-2-21 12:50
0
雪    币: 9
活跃值: (32)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
22
#include "stdio.h"

int main()
{
    printf("Hello World!\n");
    return 0;
}


2017-2-21 13:53
0
雪    币: 9
活跃值: (32)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
23

#include "stdio.h"

int main()

{

    printf("Hello World!\n");

    return 0;

}

2017-2-21 13:54
0
雪    币: 128
活跃值: (111)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
24
import re
import pprint
import sys, urllib
import os
def main():
    f = open('C:\\temp.txt', 'w')
    code_str = ''
    for x in range(15):
        code_str += 'void CStationConfigDlg::OnStnClickedStatic' + str(x+101) +'()\n{\n'
        code_str += '    m_bStatic[' + str(x) +'] = !m_bStatic[' + str(x) +'];\n'
        code_str += '    BOOL isCheck = m_bStatic[' + str(x) +'];\n'
        code_str += '    ON_CLICK_STATIC(m_static[' + str(x) +'], m_staticNum[' + str(x) + '] + 100);\n}\n\n'
    
    for x in range(5):
        code_str += 'void CStationConfigDlg::OnStnClickedStatic' + str(x+151) +'()\n{\n'
        code_str += '    m_bStatic[' + str(x+15) +'] = !m_bStatic[' + str(x) +'];\n'
        code_str += '    BOOL isCheck = m_bStatic[' + str(x+15) +'];\n'
        code_str += '    ON_CLICK_STATIC(m_static[' + str(x+15) +'], m_staticNum[' + str(x+15) + '] + 100);\n}\n\n'
        
    for x in range(15):
        code_str += 'OnStnClickedStatic' + str(x+101) + '();\n'
    for x in range(5):
        code_str += 'OnStnClickedStatic' + str(x+151) + '();\n'
    f.write(code_str)
    f.close()
main()


2017-2-21 15:09
0
雪    币: 293
活跃值: (287)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
25

print "python"


2017-2-21 15:22
0
游客
登录 | 注册 方可回帖
返回
//