首页 > 代码库 > 测试下编辑功能
测试下编辑功能
这里是引用。引用处可以加链接么?
这里有个书签
33
5555
∑≤
2014-05-1718:11:05
1 begin 2 fillchar(b,sizeof(b),#1); //true 3 fillchar(c,sizeof(c),#1); //true 4 fillchar(d,sizeof(d),#1); //true 5 readln(n); //n皇后 6 for i:=1 to n do 7 for j:=1 to n do begin 8 read(ch); 9 if(ch=‘.‘) then w[i,j]:=false 10 else w[i,j]:=true; 11 end; 12 sum:=0; 13 tr(1); 14 writeln(sum); 15 end.
1 begin 2 fillchar(b,sizeof(b),#1); //true 3 fillchar(c,sizeof(c),#1); //true 4 fillchar(d,sizeof(d),#1); //true 5 readln(n); //n皇后 6 for i:=1 to n do 7 for j:=1 to n do begin 8 read(ch); 9 if(ch=‘.‘) then w[i,j]:=false 10 else w[i,j]:=true; 11 end; 12 sum:=0; 13 tr(1); 14 writeln(sum); 15 end.
begin fillchar(b,sizeof(b),#1); //true fillchar(c,sizeof(c),#1); //true fillchar(d,sizeof(d),#1); //true readln(n); //n皇后 for i:=1 to n do for j:=1 to n do begin read(ch); if(ch=‘.‘) then w[i,j]:=false else w[i,j]:=true; end; sum:=0; tr(1); writeln(sum); end.
标题1
Courier New 字体
Verdana 字体
Webdings 字体
测试书签
这里加个链接: 我的算法学习之路
加段Cpp代码:
#include <stdio.h> int main() { float f = 123.456; printf("%f,%10f,%10.2f,%.2f,%-10.2f\n", f, f, f, f, f); return 0; }
1 #include <stdio.h> 2 int main() { 3 float f = 123.456; 4 printf("%f,%10f,%10.2f,%.2f,%-10.2f\n", f, f, f, f, f); 5 return 0; 6 }
c:
#include <stdio.h> int main() { float f = 123.456; printf("%f,%10f,%10.2f,%.2f,%-10.2f\n", f, f, f, f, f); return 0; }
测试完毕 18pt
测试完毕 14pt
测试完毕 18px
测试完毕 16px
测试完毕 14px
加粗:
测试完毕 18pt
测试完毕 14pt
测试完毕 18px
测试完毕 16px
测试完毕 14px
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。