Problem hackingscores
User kesleryak
Submission Time 2024-06-23 19:27:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hackingscores.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
hackingscores.cpp: In function ‘void solve()’:
hackingscores.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> n >> t >> g >> k;
| ^~~
hackingscores.cpp:5:9: error: ‘n’ was not declared in this scope
5 | cin >> n >> t >> g >> k;
| ^
hackingscores.cpp:5:14: error: ‘t’ was not declared in this scope
5 | cin >> n >> t >> g >> k;
| ^
hackingscores.cpp:5:19: error: ‘g’ was not declared in this scope
5 | cin >> n >> t >> g >> k;
| ^
hackingscores.cpp:5:24: error: ‘k’ was not declared in this scope
5 | cin >> n >> t >> g >> k;
| ^
hackingscores.cpp:6:37: error: ‘A’ was not dec