Judge Information
Run ID: 20085
src.cpp:1:24: warning: extra tokens at end of #include directive
#include<bits/stdc++.h>;
^
src.cpp: In function 'int main()':
src.cpp:8:3: error: expected ';' before 'cin'
cin>>n;
^
#include<bits/stdc++.h>;
^
src.cpp: In function 'int main()':
src.cpp:8:3: error: expected ';' before 'cin'
cin>>n;
^