当前位置:网站首页>/*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;
}
边栏推荐
- leetcode729. My schedule 1
- Leetcode48. Rotate image
- Exercise 7-4 find out the elements that are not common to two arrays (20 points)
- Machine learning -- neural network (IV): BP neural network
- Exercise 8-7 string sorting (20 points)
- Exercise 9-1 time conversion (15 points)
- 有老师知道 继承RichSourceFunction自定义读mysql怎么做增量吗?
- PHP代码审计3—系统重装漏洞
- Use the data to tell you where is the most difficult province for the college entrance examination!
- Exercise 9-3 plane vector addition (15 points)
猜你喜欢

How can Huawei online match improve the success rate of player matching

uniapp 小于1000 按原数字显示 超过1000 数字换算成10w+ 1.3k+ 显示

Tables in the thesis of latex learning

Occasional pit compiled by idea

基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 2

IPv6 comprehensive experiment

For programmers, if it hurts the most...

DCL statement of MySQL Foundation

From programmers to large-scale distributed architects, where are you (2)

C language structure to realize simple address book
随机推荐
DCL statement of MySQL Foundation
【OpenCV 例程200篇】218. 多行倾斜文字水印
The bamboo shadow sweeps the steps, the dust does not move, and the moon passes through the marsh without trace -- in-depth understanding of the pointer
Network disk installation
5g/4g wireless networking scheme for brand chain stores
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 2
Velodyne configuration command
uniapp 小于1000 按原数字显示 超过1000 数字换算成10w+ 1.3k+ 显示
Hands on deep learning (42) -- bi-directional recurrent neural network (BI RNN)
Today's sleep quality record 78 points
RHCE - day one
Work order management system OTRs
Rhcsa day 9
Exercise 8-7 string sorting (20 points)
Application of safety monitoring in zhizhilu Denggan reservoir area
Some summaries of the third anniversary of joining Ping An in China
Basic data types of MySQL
Intelligent gateway helps improve industrial data acquisition and utilization
BGP advanced experiment
AUTOSAR from getting started to mastering 100 lectures (106) - SOA in domain controllers