Problem exam
User KylerBear11
Submission Time 2026-06-22 15:22:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:6:5: note: in expansion of macro ‘int’
6 | int FirstInput;
| ^~~
exam.cpp:6:9: error: ‘FirstInput’ was not declared in this scope
6 | int FirstInput;
| ^~~~~~~~~~
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:13:9: note: in expansion of macro ‘int’
13 | int NumberMultiplyOne, NumberMultiplyTwo;
| ^~~
exam.cpp:13:13: error: ‘NumberMultiplyOne’ was not declared in this scope
13 | int NumberMultiplyOne, NumberMultiplyTwo;
| ^~~~~~~~~~~~~~~~~
exam.cpp:13:32: error: ‘NumberMultiplyTwo’ was not declared in this scope
13 | int NumberMultiplyOne, NumberMult