能力值:
( LV2,RANK:10 )
|
-
-
2 楼
c也没有着色。。。
|
能力值:
(RANK:30 )
|
-
-
3 楼
要插入代码,才有着色哦~直接复制粘贴是没有哒~
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
我手写的呀,手写前点了插入代码了呀
|
能力值:
(RANK:30 )
|
-
-
5 楼
#include <stdio.h>
int main() {
printf("hello, world");
return 0;
}
|
能力值:
( LV3,RANK:20 )
|
-
-
6 楼
void main()
{
print("hello world ");
} void main()
{
print("hello world ");
}
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
我也试试
void main()
{
print("hello world ");
}
|
能力值:
( LV13,RANK:240 )
|
-
-
8 楼
|
能力值:
( LV4,RANK:50 )
|
-
-
9 楼
void main()
{
print("hello world ");
} 测试着色。
|
能力值:
( LV5,RANK:70 )
|
-
-
10 楼
#include <stdio.h>
int main() {
printf("hello, world");
return 0;
}
|
能力值:
( LV3,RANK:30 )
|
-
-
11 楼
int main()
{
cout<<"Hello World"<<endl;
return 0;
}
|
能力值:
( LV2,RANK:10 )
|
-
-
12 楼
print("hi")
if __name__ == '__main__': print("hehe")
|
能力值:
( LV3,RANK:30 )
|
-
-
13 楼
#include <stdio.h>
int main() {
printf("hello, world");
return 0;
}
|
能力值:
( LV3,RANK:30 )
|
-
-
14 楼
#include <stdio.h>
int main()
{
printf("Test");
return 0;
}
|
能力值:
( LV2,RANK:10 )
|
-
-
15 楼
#include <stdio.h>
int main()
{
printf("Test");
return 0;
}
|
能力值:
( LV2,RANK:10 )
|
-
-
16 楼
|
能力值:
( LV2,RANK:10 )
|
-
-
17 楼
|
能力值:
( LV2,RANK:10 )
|
-
-
18 楼
#include <stdio.h>
#include <stdio.h>
|
能力值:
( LV2,RANK:10 )
|
-
-
19 楼
内容
|
能力值:
( LV2,RANK:10 )
|
-
-
20 楼
#include <stdio.h>
int main()
{
printf("Test");
return 0;
}
|
能力值:
( LV2,RANK:10 )
|
-
-
21 楼
void main()
{ print("hello world "); }
|
能力值:
( LV2,RANK:10 )
|
-
-
22 楼
#include "stdio.h"
int main()
{
printf("Hello World!\n");
return 0;
}
|
能力值:
( LV2,RANK:10 )
|
-
-
23 楼
#include "stdio.h"
int main() { printf("Hello World!\n"); return 0; }
|
能力值:
( 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()
|
能力值:
( LV4,RANK:50 )
|
-
-
25 楼
|
|
|