Submission #617879


Source Code Expand

int main(){int n;std::cin >> n;std::cout<<(n/25)%1000000007<<"\n";}

Submission Info

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

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:1:18: error: ‘cin’ is not a member of ‘std’
 int main(){int n;std::cin >> n;std::cout<<(n/25)%1000000007<<"\n";}
                  ^
./Main.cpp:1:32: error: ‘cout’ is not a member of ‘std’
 int main(){int n;std::cin >> n;std::cout<<(n/25)%1000000007<<"\n";}
                                ^