代码搜索:divisible
找到约 90 项符合「divisible」的源代码
代码结果 90
www.eeworm.com/read/466324/7033297
java exercise3_6.java
// Exercise3_6.java
import javax.swing.*;
public class Exercise3_6 {
public static void main(String[] args) {
// Prompt the user to enter an integer
int number = Integer.parseInt(
www.eeworm.com/read/457902/7315774
c divisors.c
// divisors.c -- nested ifs display divisors of a number
#include
#include
int main(void)
{
unsigned long num; // number to be checked
unsigned long div;
www.eeworm.com/read/456187/7355826
java exercise3_6.java
// Exercise3_6.java
import javax.swing.*;
public class Exercise3_6 {
public static void main(String[] args) {
// Prompt the user to enter an integer
int number = Integer.parseInt(
www.eeworm.com/read/449530/7501305
c divisors.c
// divisors.c -- nested ifs display divisors of a number
#include
#include
int main(void)
{
unsigned long num; // number to be checked
unsigned long div;
www.eeworm.com/read/448968/7521434
cpp friday.cpp
/*
ID: chenkai4
PROG: friday
LANG: C++
*/
#include
#include
using namespace std;
ifstream in("friday.in");
ofstream out("friday.out");
int nums[7]={0};
int days[13]={31
www.eeworm.com/read/245818/12779359
c divisors.c
// divisors.c -- nested ifs display divisors of a number
#include
#include
int main(void)
{
unsigned long num; // number to be checked
unsigned long div;
www.eeworm.com/read/319472/13451330
c divisors.c
// divisors.c -- nested ifs display divisors of a number
#include
#include
int main(void)
{
unsigned long num; // number to be checked
unsigned long div;
www.eeworm.com/read/315699/13537990
c divisors.c
// divisors.c -- nested ifs display divisors of a number
#include
#include
int main(void)
{
unsigned long num; // number to be checked
unsigned long div;
www.eeworm.com/read/492274/6420445
cpp find2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/482846/6614628
cpp find2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti