Archived
1
0
Fork 0
This commit is contained in:
nihonium 2022-03-10 14:08:43 +03:00
parent 852fe43c21
commit f502803102
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -1,6 +1,6 @@
#include <stdio.h>
#include <stdint.h>
//#define _DEBUG
int check_registers(int a, int b, int max_reg);
int main() {
int max_reg = 4;