#include<stdio.h>
#include<conio.h>
#include<iostream>
using namespace std;
int main()
{
int i,a=4, b=3;
for (i=0, i<3, i++)
{
if (b%2==0)
{
printf("%d+%d=%d", a, b, a+b);
i++;
}
b++
}
system("pause");
return 0;
}
私は助けが必要です!私がそれを置くたびに、それはforでこれを言います:
8 予想される ';' 「)」トークンの前」
どうすればいいのかわからないので、助けてください!!