#include int main() { int i; int l = i * 2 + 1; int r = i * 2 + 2; return 0; }