当前位置:网站首页>/*The rewriter outputs the contents of the IA array. It is required that the type defined by typedef cannot be used in the outer loop*/
/*The rewriter outputs the contents of the IA array. It is required that the type defined by typedef cannot be used in the outer loop*/
2022-07-04 10:26:00 【qq_ fifty-eight million seven hundred and thirty-six thousand t】
#include<iostream>
using std::cout
int main(void)
{
int ia[3][4] = { /* 3 elements, each element is an array of size*/
{0, 1, 2, 3} , /* initializers for row indexed by 0 */
{4, 5, 6, 7} , /* initializers for row indexed by 1 */
{8, 9, 10, 11}/* initializers for row indexed by 2 */
};
for (int(*p)[4] = ia; p != ia + 3; ++p)
for (int* p1 = *p; p1 != *p + 4; ++p1)
cout << *p1 << endl;
return 0;
}
边栏推荐
- uniapp---初步使用websocket(长链接实现)
- 转载:等比数列的求和公式,及其推导过程
- The future education examination system cannot answer questions, and there is no response after clicking on the options, and the answers will not be recorded
- 【Day2】 convolutional-neural-networks
- The most detailed teaching -- realize win10 multi-user remote login to intranet machine at the same time -- win10+frp+rdpwrap+ Alibaba cloud server
- Advanced technology management - how to design and follow up the performance of students at different levels
- 如果不知道這4種緩存模式,敢說懂緩存嗎?
- The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago
- 今日睡眠质量记录78分
- 什么是 DevSecOps?2022 年的定义、流程、框架和最佳实践
猜你喜欢
Rhcsa - day 13
Idea SSH channel configuration
【Day1】 deep-learning-basics
How can Huawei online match improve the success rate of player matching
Intelligent gateway helps improve industrial data acquisition and utilization
Occasional pit compiled by idea
Software sharing: the best PDF document conversion tool and PDF Suite Enterprise version sharing | with sharing
Use the data to tell you where is the most difficult province for the college entrance examination!
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
For programmers, if it hurts the most...
随机推荐
原生div具有编辑能力
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
Collection of practical string functions
If you don't know these four caching modes, dare you say you understand caching?
RHCE day 3
Recursion and divide and conquer strategy
If the uniapp is less than 1000, it will be displayed according to the original number. If the number exceeds 1000, it will be converted into 10w+ 1.3k+ display
Three schemes of ZK double machine room
Batch distribution of SSH keys and batch execution of ansible
Advanced technology management - how to design and follow up the performance of students at different levels
Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 2
Linked list operation can never change without its roots
什么是 DevSecOps?2022 年的定义、流程、框架和最佳实践
Remove linked list elements
Deep learning 500 questions
Software sharing: the best PDF document conversion tool and PDF Suite Enterprise version sharing | with sharing
MPLS: multi protocol label switching
183 sets of free resume templates to help everyone find a good job
Hands on deep learning (44) -- seq2seq principle and Implementation
What is an excellent architect in my heart?