代码搜索:triangle
找到约 2,984 项符合「triangle」的源代码
代码结果 2,984
www.eeworm.com/read/471818/1420347
as triangle.as
/*
# ***** BEGIN LICENSE BLOCK *****
Copyright the original author or authors.
Licensed under the MOZILLA PUBLIC LICENSE, Version 1.1 (the "License");
you may not use this file except in complianc
www.eeworm.com/read/291491/8413841
in triangle6.in
4
11 9 2 2 2 2 2 3 3 3 3
25 3 15 9 7
25 1 2
17 2 2 5
www.eeworm.com/read/291491/8413865
in triangle3.in
4
25 5 1 2 3 5 7
24 2 13 25
20 10 1 2 3 5 5 5 5 5 5 5
19 5 19 19 19 19 19
www.eeworm.com/read/291491/8413874
in triangle8.in
9
5 3 2 3 5
7 3 2 3 5
9 3 2 3 5
11 3 2 3 5
13 3 2 3 5
15 3 2 3 5
17 3 2 3 5
19 3 2 3 5
21 3 2 3 5
www.eeworm.com/read/291491/8413885
cpp triangle.cpp
#include
ifstream in("Triangle.in");
ofstream out("Triangle.out");
int L; //六边形的边长
int n; //小三角形的边长
char ok[51]; //ok[i]表示边长为i的三角形是否可用