Problem hotspot
User Naman1312
Submission Time 2025-05-21 16:13:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hotspot.cpp:80:2: error: stray ‘#’ in program
80 | }#include<bits/stdc++.h>
| ^
hotspot.cpp:80:3: error: ‘include’ does not name a type
80 | }#include<bits/stdc++.h>
| ^~~~~~~
hotspot.cpp:87:13: error: redefinition of ‘void solve()’
87 | inline void solve(){
| ^~~~~
hotspot.cpp:8:13: note: ‘void solve()’ previously defined here
8 | inline void solve(){
| ^~~~~
hotspot.cpp:150:8: error: redefinition of ‘int main()’
150 | signed main(){
| ^~~~
hotspot.cpp:71:8: note: ‘int main()’ previously defined here
71 | signed main(){
| ^~~~