3474번

· 백준
코드 #include using namespace std; int t,n; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); cin >> t; while(t--) { cin >> n; int cnt = 0; int five = 5; while (five