- Owner
- Lucut Radu Ioan
- Problem
- LCM
- Source
- 0.62KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:20:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&n,&m); ^ prog.cpp:20:23: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
Results
Test number Result Time 1 Ok 0.5793s 2 Wrong answer 0.7891s