当前位置:网站首页>C語言:求100-999是7的倍數的回文數
C語言:求100-999是7的倍數的回文數
2022-07-04 12:35:00 【念遲魚學編程】
#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;
}
边栏推荐
- priority_ queue
- How to disable debug messages on sockjs stomp - how to disable debug messages on sockjs Stomp
- Flet教程之 按钮控件 ElevatedButton入门(教程含源码)
- The most robust financial products in 2022
- PKCs 5: password based cryptography specification version 2.1 Chinese Translation
- Entitas learning [iv] other common knowledge points
- Workplace liquor bureau must pay attention to
- Here, the DDS tutorial you want | first experience of fastdds - source code compilation & Installation & Testing
- LVS load balancing cluster deployment - Dr direct routing mode
- Practical dry goods: deploy mini version message queue based on redis6.0
猜你喜欢

Enter the smart Park, and change begins here

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

Leetcode: 408 sliding window median

Ternsort model integration summary

Azure solution: how can third-party tools call azure blob storage to store data?

Source code analysis of the implementation mechanism of multisets in guava class library
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18](/img/1a/94ef8be5c06c2d1c52fc8ce7f03ea7.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18

Memory computing integration: AI chip architecture in the post Moorish Era

01. Basics - MySQL overview
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9](/img/ed/0edff23fbd3880bc6c9dabd31755ac.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9
随机推荐
2018 meisai modeling summary +latex standard meisai template sharing
[the way of programmer training] - 2 Perfect number calculation
The solution of permission denied
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
Global and Chinese market for naval vessel maintenance 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market of ice water machines 2022-2028: Research Report on technology, participants, trends, market size and share
03_ Armv8 instruction set introduction load and store instructions
C language memory layout
Clockwise rotation method of event arrangement -- PHP implementation
Introduction to random and threadlocalrandom analysis
Entity framework calls Max on null on records - Entity Framework calling Max on null on records
queue
Iterm tab switching order
[Android reverse] function interception instance (③ refresh CPU cache | ④ process interception function | ⑤ return specific results)
Decrypt the advantages of low code and unlock efficient application development
Pat 1059 prime factors (25 points) prime table
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 23
Tableau makes data summary after linking the database, and summary exceptions occasionally occur.
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 22
ASP. Net razor – introduction to VB loops and arrays