未知题型

写出下面程序执行后的运行结果。 include using namespace std; define N 1 define MN+ 2 define NUM 3*M+1 void main____ { int i; for ____ cout<

【参考答案】

["i= l; i<=NUM; i++"]