Back to challenges
EASY0 submissions

The Copy-by-Value Sinkhole

cpp
Concept: Data Duplication

The central server receives massive user-profile objects from edge nodes.

Write a function that scans a given profile and returns true if the user’s suspicion score is over 90.

Your Solution

Please log in to submit your solution and see the leaderboard.