当前位置:网站首页>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;
}
边栏推荐
- It's hard to hear C language? Why don't you take a look at this (V) pointer
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 21
- C language compilation process
- SAP ui5 date type sap ui. model. type. Analysis of the display format of date
- C语言:求100-999是7的倍数的回文数
- Unity performance optimization reading notes - Introduction (1)
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 13
- Classification and application of AI chips
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
- When synchronized encounters this thing, there is a big hole, pay attention!
猜你喜欢
Reptile learning winter vacation series (2)
Wechat video Number launches "creator traffic package"
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14
(2021-08-20) web crawler learning 2
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 8
Btrace tells you how to debug online without restarting the JVM
Entitas learning [iv] other common knowledge points
It's hard to hear C language? Why don't you take a look at this (V) pointer
Enter the smart Park, and change begins here
Fastlane 一键打包/发布APP - 使用记录及踩坑
随机推荐
Anti clockwise rotation method of event arrangement -- PHP implementation
Reptile learning 4 winter vacation learning series (1)
Entitas learning [iv] other common knowledge points
How do std:: function and function pointer assign values to each other
Lecture 9
Reptile learning 3 (winter vacation learning)
Memory computing integration: AI chip architecture in the post Moorish Era
'using an alias column in the where clause in PostgreSQL' - using an alias column in the where clause in PostgreSQL
(August 10, 2021) web crawler learning - Chinese University ranking directed crawler
Review of week 278 of leetcode II
Netgear switch basic configuration command set
Leetcode day 17
How to use "bottom logic" to see the cards in the world?
Global and Chinese market of piston rod 2022-2028: Research Report on technology, participants, trends, market size and share
The frost peel off the purple dragon scale, and the xiariba people will talk about database SQL optimization and the principle of indexing (primary / secondary / clustered / non clustered)
When synchronized encounters this thing, there is a big hole, pay attention!
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
SAP ui5 date type sap ui. model. type. Analysis of the display format of date
0x15 string
MySQL performance optimization index