当前位置:网站首页>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;
}
边栏推荐
- Azure solution: how can third-party tools call azure blob storage to store data?
- mm_ Cognition of struct structure
- Flet教程之 02 ElevatedButton高级功能(教程含源码)(教程含源码)
- Global and Chinese market of dental elevators 2022-2028: Research Report on technology, participants, trends, market size and share
- priority_ queue
- Experiment 7. IPv6
- Global and Chinese market of ice water machines 2022-2028: Research Report on technology, participants, trends, market size and share
- [directory] search
- Global and Chinese markets of digital PCR and real-time PCR 2022-2028: Research Report on technology, participants, trends, market size and share
- Pat 1059 prime factors (25 points) prime table
猜你喜欢
Alibaba cloud server connection intranet operation
Leetcode: 408 sliding window median
Cadence physical library lef file syntax learning [continuous update]
Btrace tells you how to debug online without restarting the JVM
Here, the DDS tutorial you want | first experience of fastdds - source code compilation & Installation & Testing
When synchronized encounters this thing, there is a big hole, pay attention!
CSDN documentation specification
Introduction to random and threadlocalrandom analysis
Leetcode day 17
Experiment 7. IPv6
随机推荐
Talk about "in C language"
[notes] streamingassets
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 15
Leetcode: 408 sliding window median
MYCAT middleware installation and use
PKCs 5: password based cryptography specification version 2.1 Chinese Translation
Force buckle 142 Circular linked list II
[solve the error of this pointing in the applet] SetData of undefined
Global and Chinese market for naval vessel maintenance 2022-2028: Research Report on technology, participants, trends, market size and share
The most robust financial products in 2022
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
DVC use case (VI): Data Registry
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 7
When synchronized encounters this thing, there is a big hole, pay attention!
C语言:求100-999是7的倍数的回文数
Azure solution: how can third-party tools call azure blob storage to store data?
Entitas learning [iv] other common knowledge points
queue
Fastlane 一键打包/发布APP - 使用记录及踩坑
World document to picture