This repository has been archived on 2026-07-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cmc/contests/2contest/1.cpp
T
2025-04-13 21:48:15 +03:00

12 lines
162 B
C++

class C {
public:
static const char c;
static void f() {};
};
// const char C::c = '+';
// int main() {
// C ob;
// C::f();
// return 0;
// }