Problem | mathexam |
---|---|
User | DoubleShaurya |
Submission Time | 2024-03-21 17:42:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp: In function ‘int main()’:
mathexam.cpp:6:17: error: expected initializer before ‘numberOfQuestions’
6 | unsigned ll numberOfQuestions; cin >> numberOfQuestions; // Q
| ^~~~~~~~~~~~~~~~~
mathexam.cpp:6:43: error: ‘numberOfQuestions’ was not declared in this scope
6 | unsigned ll numberOfQuestions; cin >> numberOfQuestions; // Q
| ^~~~~~~~~~~~~~~~~
mathexam.cpp:12:9: error: ‘ll’ was not declared in this scope
12 | ll A; cin >> A;
| ^~
mathexam.cpp:12:22: error: ‘A’ was not declared in this scope
12 | ll A; cin >> A;
| ^
mathexam.cpp:14:11: error: expected ‘;’ before ‘B’
14 | ll B; cin >> B;
| ^~
| ;
mathexam.cpp:14:22: error: ‘B’ was not declared in this scope
14 | ll B; cin >> B;