| Problem | prefixgcd |
|---|---|
| User | Sans12345 |
| Submission Time | 2026-02-08 12:49:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixgcd.cpp:1:1: error: stray ‘\’ in program
1 | \#include <bits/stdc++.h>
| ^
prefixgcd.cpp:1:2: error: stray ‘#’ in program
1 | \#include <bits/stdc++.h>
| ^
prefixgcd.cpp:1:3: error: ‘include’ does not name a type
1 | \#include <bits/stdc++.h>
| ^~~~~~~
prefixgcd.cpp: In function ‘int main()’:
prefixgcd.cpp:10:5: error: ‘ios_base’ has not been declared
10 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~~~~~~
prefixgcd.cpp:10:34: error: ‘cin’ was not declared in this scope
10 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~
prefixgcd.cpp:10:45: error: ‘cout’ was not declared in this scope
10 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~~
prefixgcd.cpp:14:20: error: ‘greater’ was not declared in this scope
14 |