0_0_24114273_5915.cpp:17:5: error: stray '`' in program
return 0;`
^
0_0_24114273_5915.cpp: In function 'int main()':
0_0_24114273_5915.cpp:9:9: error: 'cin' was not declared in this scope
cin >> l >> v >> m;
^
0_0_24114273_5915.cpp:11:13: error: 'cout' was not declared in this scope
cout << "Yes" << endl;
^
0_0_24114273_5915.cpp:11:30: error: 'endl' was not declared in this scope
cout << "Yes" << endl;
^
0_0_24114273_5915.cpp:14:13: error: 'cout' was not declared in this scope
cout << "No" << endl;
^
0_0_24114273_5915.cpp:14:29: error: 'endl' was not declared in this scope
cout << "No" << endl;
^
|