1.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.4 KiB
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f47c1000cf542c50ff8e | 5 | Problem 270: Cutting Squares | Problema 270: Cortar cuadrados | 
Description
¿Qué es C (30) mod 108?
Instructions
Tests
tests:
  - text: <code>euler270()</code> debe devolver 82282080.
    testString: 'assert.strictEqual(euler270(), 82282080, "<code>euler270()</code> should return 82282080.");'
Challenge Seed
function euler270() {
  // Good luck!
  return true;
}
euler270();
Solution
// solution required