当前位置:网站首页>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;
}
边栏推荐
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 17
- netstat
- Possible to restore a backup of SQL Server 2014 on SQL Server 2012?
- How to use "bottom logic" to see the cards in the world?
- How to use the mongodb ID array to get multiple documents- How to get multiple document using array of MongoDb id?
- Abnormal mode of ARM processor
- Communication tutorial | overview of the first, second and third generation can bus
- Decrypt the advantages of low code and unlock efficient application development
- Global and Chinese market of cardiac monitoring 2022-2028: Research Report on technology, participants, trends, market size and share
- Star leap plan | new projects are continuously being recruited! MSR Asia MSR Redmond joint research program invites you to apply!
猜你喜欢

22 API design practices

Tableau makes data summary after linking the database, and summary exceptions occasionally occur.

Reptile learning 4 winter vacation series (3)

Leetcode: 408 sliding window median
![[solve the error of this pointing in the applet] SetData of undefined](/img/19/c34008fbbe1175baac2ab69eb26e05.jpg)
[solve the error of this pointing in the applet] SetData of undefined
![[the way of programmer training] - 2 Perfect number calculation](/img/fd/4bb8560f601daddaa8895f20215be4.jpg)
[the way of programmer training] - 2 Perfect number calculation

0x15 string

Realize cross tenant Vnet connection through azure virtual Wan

Enter the smart Park, and change begins here
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14](/img/c5/dde92f887e8e73d7db869fcddc107f.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14
随机推荐
Practice of retro SOAP Protocol
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 21
OSI seven layer model & unit
MySQL advanced review
C language compilation process
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
netstat
The detailed installation process of Ninja security penetration system (Ninjitsu OS V3). Both old and new VM versions can be installed through personal testing, with download sources
PKCs 5: password based cryptography specification version 2.1 Chinese Translation
Memory computing integration: AI chip architecture in the post Moorish Era
记一次 Showing Recent Errors Only Command /bin/sh failed with exit code 1 问题
Map container
Enter the smart Park, and change begins here
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14
Abnormal mode of ARM processor
SAP ui5 date type sap ui. model. type. Analysis of the display format of date
[the way of programmer training] - 2 Perfect number calculation
It's hard to hear C language? Why don't you take a look at this (V) pointer
DDS-YYDS
Introduction to random and threadlocalrandom analysis