// C4_8.cpp : Defines the entry point for the console application. // for °j°éÀ³¥Î #include "stdafx.h" #include using namespace std; int main(int argc, char* argv[]) { int i = 0, total = 0; const int max = 50; for(i = 1; i <= max; i++) // for °j°é total += i; //°j°é«ü¥O cout << endl << "total = " << total << endl << "i = " <