Record Detail

Compile Error

/in/ex1.cpp: In function 'int main()':
/in/ex1.cpp:7:14: error: expected unqualified-id before 'long'
     double x,long long n;
              ^~~~
/in/ex1.cpp:8:13: error: 'n' was not declared in this scope
     cin>>x>>n;
             ^

Information

Submit By
Type
Submission
Language
C++
Submit At
2020-08-01 17:13:43
Judged At
2020-08-01 17:13:43
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes