0_0_30314893_9122.cpp: In function 'int main()':
0_0_30314893_9122.cpp:10:9: error: '__int64_t' was not declared in this scope
__int64_t sum = 0;
^
0_0_30314893_9122.cpp:13:19: error: expected ';' before 'live'
__int64_t live[110], grow[110];
^
0_0_30314893_9122.cpp:14:16: error: 'live' was not declared in this scope
memset(live, 0, sizeof(live));
^
0_0_30314893_9122.cpp:15:16: error: 'grow' was not declared in this scope
memset(grow, 0, sizeof(grow));
^
0_0_30314893_9122.cpp:29:17: error: 'sum' was not declared in this scope
sum += live[i];
^
0_0_30314893_9122.cpp:32:17: error: 'sum' was not declared in this scope
cout << sum * 5 << endl;
^
|