usaa20/a3/program.c

8 lines
89 B
C
Raw Normal View History

2020-11-24 19:08:55 +00:00
#include <stdio.h>
int main() {
int i;
int l = i * 2 + 1;
int r = i * 2 + 2;
return 0;
}