Problem thedarknight
User kit17
Submission Time 2026-05-21 16:19:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:7:21: error: expected primary-expression before ‘void’
7 | if (gcd(a,b) == void){
| ^~~~
thedarknight.cpp:7:20: error: expected ‘)’ before ‘void’
7 | if (gcd(a,b) == void){
| ~ ^~~~~
| )