79701381

Date: 2025-07-14 22:00:52
Score: 0.5
Natty:
Report link

This one worked for me

SELECT name
  FROM world  
WHERE continent = 'Europe' and
gdp/population >
(SELECT gdp/population
FROM world
Where name = 'United Kingdom');
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gi Gi