Problem gcd
User YH
Submission Time 2024-02-03 16:28:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:6:13: error: ‘s’ declared as reference but not initialized
6 | int a, b, &s;
| ^