11 lines
		
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			117 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <stdio.h>
 | 
						|
#include "scanf_example_two_numbers.h"
 | 
						|
 | 
						|
int main() {
 | 
						|
 | 
						|
  scan_two_numbers();
 | 
						|
    
 | 
						|
    return 0;
 | 
						|
}
 | 
						|
 |