Problem | mathclass |
---|---|
User | YSH2020 |
Submission Time | 2024-09-08 15:53:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathclass.cpp:10:25: error: two or more data types in declaration of ‘a’
10 | long long gcd(long long a, long long b) {
| ^
mathclass.cpp:10:26: error: expected ‘)’ before ‘,’ token
10 | long long gcd(long long a, long long b) {
| ~ ^
| )
mathclass.cpp:10:26: error: two or more data types in declaration of ‘gcd’
mathclass.cpp:3:14: error: expected unqualified-id before ‘long’
3 | #define long long __int128
| ^~~~
mathclass.cpp:10:28: note: in expansion of macro ‘long’
10 | long long gcd(long long a, long long b) {
| ^~~~
mathclass.cpp: In function ‘int main()’:
mathclass.cpp:17:15: error: two or more data types in declaration of ‘a’
17 | long long a, b; cin >> a >> b;
| ^
mathclass.cpp:17:18: error: two or more data types in declaration of ‘b