Submission #1533007


Source Code Expand

#include <iostream>
using namespace std;
#define ll long long 

int main(){
ll N;
cin >> N;
cout << N*2 << endl;

return 0:
}

Submission Info

Submission Time
Task A - 流行
User ukohank517
Language C++14 (GCC 5.4.1)
Score 0
Code Size 135 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:10:9: error: expected ‘;’ before ‘:’ token
 return 0:
         ^
./Main.cpp:10:9: error: expected primary-expression before ‘:’ token