Problem factorial_easy
User Yuhmama
Submission Time 2026-06-24 14:47:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:10:8: error: expected initializer before ‘==’ token
10 | int A==(B*C)%M;
| ^~
factorial_easy.cpp:11:11: error: ‘A’ was not declared in this scope
11 | cout << A;
| ^