Problem findinggf
User wongyikai
Submission Time 2023-12-27 10:58:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findinggf.cpp:33:21: error: stray ‘#’ in program
33 | if ((temp != 1)#include <bits/stdc++.h>
| ^
findinggf.cpp: In function ‘int main()’:
findinggf.cpp:33:21: error: expected ‘;’ before ‘include’
33 | if ((temp != 1)#include <bits/stdc++.h>
| ^~~~~~~~
| ;
findinggf.cpp:35:1: error: decl-specifier invalid in condition
35 | typedef long long ll;
| ^~~~~~~
findinggf.cpp:35:19: error: typedef ‘ll’ is initialized (use decltype instead)
35 | typedef long long ll;
| ^~
findinggf.cpp:35:21: error: expected initializer before ‘;’ token
35 | typedef long long ll;
| ^
findinggf.cpp:35:21: error: expected ‘)’ before ‘;’ token
35 | typedef long long ll;
| ^
| )
findinggf.cpp:33:9: note: to match this ‘(’
33