8 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								Change Log
							 | 
						||
| 
								 | 
							
								==========
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								- v0.1: Initial release
							 | 
						||
| 
								 | 
							
									- Basic prime calculation.
							 | 
						||
| 
								 | 
							
									- Uses a growing vector of known primes and gets the modulus of the number divided by these primes.
							 | 
						||
| 
								 | 
							
									- Uses type `long long` to hold prime numbers.
							 |