Problem glottalstops
User Elnathan
Submission Time 2024-07-10 16:31:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

glottalstops.cpp: In function ‘int main()’:
glottalstops.cpp:4:35: error: expected ‘;’ before ‘printf’
4 | main(){long long n;scanf("%d", &n)printf("%ll", __gcd(n));}
| ^~~~~~
| ;