Problem exam
User WuYanni
Submission Time 2023-11-08 11:27:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:8: error: expected ‘;’ before ‘a’
5 | sin a;
| ^~
| ;
exam.cpp:5:10: error: statement cannot resolve address of overloaded function
5 | sin a;
| ^
exam.cpp:6:6: error: ‘a’ was not declared in this scope
6 | if (a = 1); {
| ^
exam.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else if (a = 2) {
| ^~~~
exam.cpp:9:11: error: ‘a’ was not declared in this scope
9 | else if (a = 2) {
| ^
exam.cpp:12:18: error: no match for ‘operator=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
12 | cout << b = c;
| ^
In file included from /usr/include/c++/9/istream:39,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,