Submission #616158


Source Code Expand

#include <iostream>

using namespace std;

int main(int argc, char const *argv[]){
	long long i;
	cin >> i;
	total = 0
	n = 1

	while(i >= 25 * n){
		total += 1;
	}
	return 0;
}

Submission Info

Submission Time
Task A - ニコニコ数
User HaLGa0710
Language C++11 (GCC 4.9.2)
Score 0
Code Size 191 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main(int, const char**)’:
./Main.cpp:8:2: error: ‘total’ was not declared in this scope
  total = 0
  ^