СК
Size: a a a
СК
b
b
СК
b
СК
b
СК
🔐
СК
c
#include <stdio.h>
int main() {
int j = 0;
int &hui = j;
return 0;
}
source_file.c: In function ‘main’:
source_file.c:5:6: error: expected identifier or ‘(’ before ‘&’ token
int &hui = j;
^
source_file.c:4:6: warning: unused variable ‘j’ [-Wunused-variable]
int j = 0;
^
gcc assumed, other valid options are clang, visual_c, you can be more specific next time.
СК
К
b
СК
b
b
К
К
b
СК
namespace barmato {
int graph[N][2];
}