当前位置:网站首页>Langue C: trouver le nombre de palindromes dont 100 - 999 est un multiple de 7
Langue C: trouver le nombre de palindromes dont 100 - 999 est un multiple de 7
2022-07-04 12:35:00 【Programme d'ichtyologie】
#include <stdio.h>
int main()
{
int i,a,c;
for(i = 100 ; i <= 999 ; i++){
a = i/100;
c = i%10;
if(a==c && i%7==0){
printf("%5d",i);
}
}
return 0;
}
边栏推荐
- Translation D29 (with AC code POJ 27:mode of sequence)
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 15
- Possible to restore a backup of SQL Server 2014 on SQL Server 2012?
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 24
- Exness: positive I win, negative you lose
- Unity performance optimization reading notes - explore performance issues -profiler (2.1)
- (2021-08-20) web crawler learning 2
- Practice of retro SOAP Protocol
- BCD code Baidu Encyclopedia
- [ES6] template string: `string`, a new symbol in es2015
猜你喜欢
Abnormal mode of ARM processor
IPv6 experiment
How to judge the advantages and disadvantages of low code products in the market?
Clion configuration of opencv
The latest idea activation cracking tutorial, idea permanent activation code, the strongest in history
13、 C window form technology and basic controls (3)
Wechat video Number launches "creator traffic package"
01. Basics - MySQL overview
Reptile learning winter vacation series (2)
It's hard to hear C language? Why don't you take a look at this (V) pointer
随机推荐
Openssl3.0 learning 20 provider KDF
Global and Chinese markets for soluble suture 2022-2028: Research Report on technology, participants, trends, market size and share
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
Netgear switch basic configuration command set
2021-08-09
priority_ queue
mm_ Cognition of struct structure
Lecture 9
Flet教程之 02 ElevatedButton高级功能(教程含源码)(教程含源码)
AI should take code agriculture? Deepmind offers a programming version of "Alpha dog" alphacode that surpasses nearly half of programmers!
OSI seven layer model & unit
CSDN documentation specification
Realize cross tenant Vnet connection through azure virtual Wan
Ml and NLP are still developing rapidly in 2021. Deepmind scientists recently summarized 15 bright research directions in the past year. Come and see which direction is suitable for your new pit
昨天的事情想说一下
DVC use case (VI): Data Registry
nn. Exploration and experiment of batchnorm2d principle
Ternsort model integration summary
Hongke case study on storm impact in coastal areas of North Carolina using lidar
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14